git clone https://git.sr.ht/~dajolly/ictime
cd ictime
make
sudo make install
# The default installation directory is /usr/local
# To install into a different directory, redefine PREFIX
sudo make install PREFIX=/your/path
Usage: ictime [options] path
Options:
-a, --address Set serial address
-b, --baudrate Set serial baudrate
-h, --help Show help information
-v, --version Show version information
# To launch with default serial address/baudrate, run the following command
ictime /dev/ttyUSB0
# To launch with serial address, run the following command
ictime --address 0xA4 /dev/ttyUSB0
# To launch with serial baudrate, run the following command
ictime --baudrate 19200 /dev/ttyUSB0
Copyright (C) 2024 David Jolly jolly.a.david@gmail.com. Released under the MIT License.