change settings for smoke test.

This commit is contained in:
Thomas Cherryhomes 2019-01-28 15:40:00 -06:00
parent 295bb33813
commit 022bb99d65
1 changed files with 2 additions and 2 deletions

4
io.c
View File

@ -25,13 +25,13 @@ void io_init(void)
done();
handshake.fXOn=0;
handshake.fCTS=1;
handshake.fCTS=0;
handshake.errs=0;
handshake.evts=0;
handshake.fInX=0;
SerHShake(driverIn,&handshake);
SerReset(driverOut,baud19200+stop10+noParity+data8);
SerReset(driverOut,baud1200+stop10+noParity+data8);
serial_buffer=NewPtr(SERIAL_BUFFER_SIZE);
if (serial_buffer!=noErr)