flutter_libserialport
flutter_libserialport copied to clipboard
port.config.rts not working, individual control of RTS and break operation require
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 this is related to #29 have a look and let me know
@pravinkpatel this is related to #29 have a look and let me know
Problem solved