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
In the RPi 3 you can switch the bt to the minuart with the pi3-miniuart-bt kernel dtoverlay. When you do this, the main uart is exposed on pins 8 and 10... and it maps to /dev/serial0. I guess my question is do we need to do anything to use this code to enable CTS / RTS on serial0 in this mode? Or does the remapping at the kernel level magically deal with this?
The text was updated successfully, but these errors were encountered:
You have to manage hardware flow control via an ioctl() call. You should never count on it being in a given state, as another program may have changed the mode and not restored the previous mode on exit.
In the RPi 3 you can switch the bt to the minuart with the pi3-miniuart-bt kernel dtoverlay. When you do this, the main uart is exposed on pins 8 and 10... and it maps to /dev/serial0. I guess my question is do we need to do anything to use this code to enable CTS / RTS on serial0 in this mode? Or does the remapping at the kernel level magically deal with this?
The text was updated successfully, but these errors were encountered: