I've looked at these modules and besides TX/RX they also have CTS RTS pins. Can be these handled by PBP, or I have to add some manual code like this?
Code:HIGH RTS 'make RTS pin high MAIN: IF CTS=1 THEN GOTO SEND 'wait while CTS gets high, before sending the data GOTO MAIN SEND: 'SOMETHING
Bookmarks