flutter_libserialport icon indicating copy to clipboard operation
flutter_libserialport copied to clipboard

port.config.rts not working, individual control of RTS and break operation require

Open pravinkpatel opened this issue 3 years ago • 2 comments

port.config.rts= SerialPortRts.on not working, I need to use port.config=_config to get effect on rts pin, Other most important things is, while we set/reset TXD using start/end break operation, it should not get change when we use port.config=_config, right now TXD get high when we use port.config=_config,

pravinkpatel avatar Apr 03 '23 10:04 pravinkpatel

@pravinkpatel this is related to #29 have a look and let me know

lucafabbri avatar Feb 21 '24 12:02 lucafabbri

@pravinkpatel this is related to #29 have a look and let me know

Problem solved

pravinkpatel avatar Apr 09 '24 06:04 pravinkpatel