-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeouts #48
Comments
any update about this? |
I also need this feature. |
I give up this package because of lacking read Timeout option |
Hi @lifetyper what is the package you use as replacement ? Thanks. |
@maitredede I use both this package and github.com/tarm/serial for my project,use this for serial port listing only. |
so am I |
if you need timeouts, you may want to consider wrapping the serial port with this package: https://pkg.go.dev/github.com/simpleiot/simpleiot/respreader?tab=doc I've been using it for modem control (AT commands), and for RS485 protocols like modbus -- seems to be working well. |
so do i
+1 so do i |
Hi,
I would like to know if it is possible to add timeouts on read/write operations. Either by setting a timeout value, or a deadline value.
Thanks.
The text was updated successfully, but these errors were encountered: