You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was only able to get serial RX working with a simple 2 wire null modem serial cable by setting these to "FALSE". This is different default behavior than the Linux code which only sets handshaking when enabled with the command line option to do so.
The text was updated successfully, but these errors were encountered:
Seems the handshake setup in my code is busted as I couldn't get it to lock up when trying to upload with handshake enabled but the handshake lines are not connected on both operating systems. Either that or my FTDI232's somehow broken now.
serial.cpp has the following serial settings enabled:
I was only able to get serial RX working with a simple 2 wire null modem serial cable by setting these to "FALSE". This is different default behavior than the Linux code which only sets handshaking when enabled with the command line option to do so.
The text was updated successfully, but these errors were encountered: