arduino icon indicating copy to clipboard operation
arduino copied to clipboard

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

Open emard opened this issue 8 years ago • 1 comments

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

emard avatar Nov 06 '17 16:11 emard

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

emard avatar Nov 06 '17 23:11 emard