Skip to content

Commit

Permalink
Added readme about -V option on la2vcd
Browse files Browse the repository at this point in the history
  • Loading branch information
wd5gnr committed Aug 30, 2018
1 parent 2ccb948 commit 83941f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ You do need a recent version of libserialport -- the one currently in Ubunut rep
gcc -o la2vcd la2vcd.c -lserialport

# Usage
Usage: la2vcd [-B] [-W] [-F frequency] [-T timescale] -b baud, -t trigger_pos -c cap_width, -r repeat_width, -n samples -o vcd_file port_name
Usage: la2vcd [-V] [-B] [-W] [-F frequency] [-T timescale] -b baud, -t trigger_pos -c cap_width, -r repeat_width, -n samples -o vcd_file port_name

You need all the lower case options, although baud will default to 9600

* -V show progress on console

* -B output only bytes of capture

* -W output only words (default is both bytes and words)
Expand Down

0 comments on commit 83941f3

Please sign in to comment.