~dajolly/ictime

An Icom 7300 time/date utility, written in C.

7e8d918 update makefile

~dajolly pushed to ~dajolly/ictime git

9 days ago

f75c4b5 fix includes

~dajolly pushed to ~dajolly/ictime git

a month ago

License: MIT Build Status

ICTIME

#Install

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

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

#License

Copyright (C) 2024 David Jolly jolly.a.david@gmail.com. Released under the MIT License.