/* * Copyright 2017, Haiku. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Adrien Destugues */ #include "LpstylData.h" #include #include #include void LpstylData::Save() { PrinterData::Save(); // force baudrate for the serial transport int32 rate = B57600; fNode->WriteAttr("transport_baudrate", B_INT32_TYPE, 0, &rate, sizeof(int32)); }