allow setting arbitration delay

This commit is contained in:
John
2021-11-20 17:55:53 +01:00
parent 420f70ace3
commit 1f3a445e18
2 changed files with 40 additions and 11 deletions
+3 -1
View File
@@ -20,6 +20,8 @@ Usage
Usage: ebuspicloader [OPTION...] PORT
A tool for loading firmware to the eBUS adapter PIC.
-a, --arbdel=NANOS set arbitration delay to NANOS ns (0-3500 in steps
of 250, default 100, since firmware 20211120)
-d, --dhcp set dynamic IP address via DHCP
-f, --flash=FILE flash the FILE to the device
-i, --ip=IP set fix IP address (e.g. 192.168.0.10)
@@ -32,7 +34,7 @@ A tool for loading firmware to the eBUS adapter PIC.
--usage give a short usage message
-V, --version print program version
PORT is the serial port to use (e.g./dev/ttyUSB0)
PORT is the serial port to use (e.g./dev/ttyUSB0) also supporting a trailing wildcard '*' for testing multiple ports.
```
Flash firmware