mirror of
https://github.com/tschak909/platotermClassicMac.git
synced 2025-08-15 09:27:30 +00:00
change settings for smoke test.
This commit is contained in:
4
io.c
4
io.c
@@ -25,13 +25,13 @@ void io_init(void)
|
|||||||
done();
|
done();
|
||||||
|
|
||||||
handshake.fXOn=0;
|
handshake.fXOn=0;
|
||||||
handshake.fCTS=1;
|
handshake.fCTS=0;
|
||||||
handshake.errs=0;
|
handshake.errs=0;
|
||||||
handshake.evts=0;
|
handshake.evts=0;
|
||||||
handshake.fInX=0;
|
handshake.fInX=0;
|
||||||
|
|
||||||
SerHShake(driverIn,&handshake);
|
SerHShake(driverIn,&handshake);
|
||||||
SerReset(driverOut,baud19200+stop10+noParity+data8);
|
SerReset(driverOut,baud1200+stop10+noParity+data8);
|
||||||
serial_buffer=NewPtr(SERIAL_BUFFER_SIZE);
|
serial_buffer=NewPtr(SERIAL_BUFFER_SIZE);
|
||||||
|
|
||||||
if (serial_buffer!=noErr)
|
if (serial_buffer!=noErr)
|
||||||
|
Reference in New Issue
Block a user