Using RS485 serial communication

Hi all,

I am on a project where an RS485 communication would be the only way to go.

I know there is the Serial CHOP / DAT but i guess it only cope with RS232 protocol.

What would be the best way to use RS485 protocol ? Python ?

Thanks

Buy a USB-to-RS485 adapter and use pyserial

Hi,

Thanks, i’ll have a look on this.

Cheers