mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-23 16:31:02 +00:00
decrease baud rate, 28800 is unsupported by stty
This commit is contained in:
parent
29afee66ee
commit
7a9a78567e
@ -47,7 +47,7 @@ OSErr setupDebugSerialPort(short refNum) {
|
||||
CntrlParam cb2;
|
||||
cb2.ioCRefNum = serialPort;
|
||||
cb2.csCode = 8;
|
||||
cb2.csParam[0] = stop10 | noParity | data8 | baud28800;
|
||||
cb2.csParam[0] = stop10 | noParity | data8 | baud19200;
|
||||
|
||||
err = PBControl ((ParmBlkPtr) & cb2, 0);
|
||||
|
||||
|
BIN
dist/MessagesForMacintosh.dsk
vendored
BIN
dist/MessagesForMacintosh.dsk
vendored
Binary file not shown.
BIN
dist/MessagesForMacintosh.zip
vendored
BIN
dist/MessagesForMacintosh.zip
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user