goburrow / serial

Go (golang) serial library for modbus
https://github.com/goburrow/modbus
MIT License
191 stars 90 forks source link

uart application without rs485 #21

Open dipshirajput opened 2 years ago

dipshirajput commented 2 years ago

Hi, can we use the following uart application code if we are not using rs485 ? we are only using a usb drive and want to test this application using uart. https://github.com/goburrow/serial/blob/v0.1.0/example/example.go

please let me know for any suggestions. Thanks in advance.