jpnurmi / flutter_libserialport

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

How to select RS232/RS422/RS485 protocol #73

Closed hosseinvejdani closed 2 months ago

hosseinvejdani commented 1 year ago

Hi. I'm creating a Flutter Linux app for running on a PC panel device. How to select RS232/RS422/RS485 protocol for a device that have one serial interface that support all protocols (RS232/RS422/RS485 ).

lucafabbri commented 2 months ago

I might be wrong but RSXXX standards defines the hardware port layout, but has nothing to do with serial communication. I close this now, if you feel that I'm missing something reopen it ;)