jpnurmi / flutter_libserialport

Serial Port for Flutter
https://pub.dev/packages/flutter_libserialport
MIT License
139 stars 80 forks source link

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

Open pravinkpatel opened 1 year ago

pravinkpatel commented 1 year ago

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,

lucafabbri commented 2 months ago

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

pravinkpatel commented 1 month ago

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

Problem solved