f32c / arduino

FPGArduino source
http://www.nxlab.fer.hr/fpgarduino
68 stars 44 forks source link

XON/XOFF hardcoded in sio.c and sio_poll.c #30

Open emard opened 6 years ago

emard commented 6 years ago

8-bit clean stream is needed. please remove XON/XOFF from library or at least let it not be default

emard commented 6 years ago

but I found out that sio.c and sio_poll.c are not used in arduino, it has its own serial class and has by default enabled xon/xoff what can be disabled with this:

Serial.setXoffXon(FALSE);