Tobias Kaupat

Results 39 issues of Tobias Kaupat

In the latest version of goreleaser `nfpm` is not working anymore. See: https://goreleaser.com/deprecations/#nfpm Removed since 2019-12-27 Change: ``` nfpm: formats: - deb ``` ``` nfpms: - formats: - deb ```

Is it planned or totally out of scope to save at least the last message per device (and maybe port)? It wold help a lot with managing the devices. I...

Like specified here: http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html We will need an implementation that supports "L" and "W" characters. We might schedule it for internal development and provide a pull request. If anyone has...

On Linux one can guess the serial device from the port name like `/dev/cu.SLAB_USBtoUART` but on Windows you need to get the driver name. See also: https://stackoverflow.com/questions/50805563/how-to-find-a-serial-port-device-in-net-with-its-driver-name

enhancement

Currently after each connect the state of RTS and DTR lines is the same. I need to tell the library what states I need before connecting.

It would be nice to have a function on the Port that allows to check if the port is still alive. It's already done in the `Read()` methods. On Windows:...

What abbout support for Durations? I would need something like `FmtDuration(d time.Duration)` to get "20 days 10 hours 5 minutes 3 seconds"

enhancement

It seems common to have a "testdata" directory for additional test data. Any specific reason why it's not included in this repo?