Cliff Brake
Cliff Brake
``` if vmin == 0 && vtime < 100 { return nil, errors.New("invalid values for InterCharacterTimeout and MinimumReadSize") } ``` Why is the above required? I have an application where...
## Feature Request Provide option to not disconnect on Auth/TLS errors. The auth case has been discussed before: https://github.com/nats-io/nats.go/pull/499#issuecomment-669174802 I'm also see this on TLS failures (CLIFF statements are instrumentation...
First pass at implementing #78 Tested on a i.MX6UL embedded Linux system.
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...
**What kind of new feature are you looking for?** - Hardware: ATSAMA5Dxx **Do you plan to:** - contribute an initial driver in experimental: Yes - do all the work needed...
I have created a simple server and client apps: https://github.com/simpleiot/simpleiot/blob/feature-modbus/cmd/modbus-client/main.go https://github.com/simpleiot/simpleiot/blob/feature-modbus/cmd/modbus-server/main.go When I send a packet to the server, it only ever receives one byte. What causes the the Read()...
Hi, with the simple client/server example, it seems canopus is leaking goroutines. Am I doing something wrong? (I added a simple loop that prints the goroutine count every 5s) goroutine...
Currently on rPI2: * led0 (green): SD card activity * led1 (red): power (always on) what do you think of changing to the following in the updater? * during update,...
built a rPI4 image and loaded on SD card -- nothing yet: 