jpnurmi / libserialport.dart

Serial Port for Dart
https://pub.dev/packages/libserialport
GNU Lesser General Public License v3.0
86 stars 34 forks source link

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

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,

mingpepe commented 1 year ago

Please check #24 , it shoud be the same problem.