Implementing XON / XOFF flow control
in
Core Library Questions
•
1 years ago
Does any one know how to implement Xon / Xoff flow control on the serial port?
I am currently using serialEvent() with .bufferUntil(10); // call serialEvent every line feed
Is there a way I can see if the XON / XOFF characters (17 & 19) have been received in the serial output, without having to wait for a line feed?
I am currently using serialEvent() with .bufferUntil(10); // call serialEvent every line feed
Is there a way I can see if the XON / XOFF characters (17 & 19) have been received in the serial output, without having to wait for a line feed?
1