decrease baud rate, 28800 is unsupported by stty

This commit is contained in:
camh 2022-02-24 10:49:33 -08:00
parent 29afee66ee
commit 7a9a78567e
3 changed files with 1 additions and 1 deletions

View File

@ -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);

Binary file not shown.

Binary file not shown.