Re: [go-nuts] Go serial port package

2021-09-10 Thread arvinsa...@gmail.com
Hello, Can I ask for the best Go package for AT commands to communicate with GSM modem. Arvin On Tuesday, June 25, 2019 at 2:11:15 PM UTC+8 maranatha wrote: > > I have been trying to use both Tarmigan's and Jacob's packages on Windows > and Linux. For basic serial reading they both seem to w

Re: [go-nuts] Go serial port package

2019-06-24 Thread maranatha
I have been trying to use both Tarmigan's and Jacob's packages on Windows and Linux. For basic serial reading they both seem to work just fine. However, they both seem to break with higher baud rate and continues streaming of data. In my case I was streaming sensor data at baud rate 921600, th