bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
619 stars 189 forks source link

Add RS485 port options #78

Open cbrake opened 4 years ago

cbrake commented 4 years ago

Some time back I added RS485 support to the jacobsa/go-serial package:

https://github.com/jacobsa/go-serial/commit/53b6b26cc6ac8594bdcda2712f1a799151ad2747

Is there interest in having similar functionality in this package? If so, how do you envision the RS485 options being configured? Options I can see are:

cbrake commented 4 years ago

I found one fork where RS485 support has been added: https://github.com/shaunco/go-serial/commit/151562fc1a50a09a1709aabcd3e12f3d5f83af01