parent
9bb1bcc70f
commit
10595417f5
@ -0,0 +1,24 @@ |
|||||||
|
Building |
||||||
|
======== |
||||||
|
|
||||||
|
``` |
||||||
|
mkdir -p ~/go/src/mcs |
||||||
|
ln -s ~/Projects/tbm-go-rots ~/go/src/mcs |
||||||
|
go install mcs/tbm-go-rots/admin |
||||||
|
go install mcs/tbm-go-rots/protocol |
||||||
|
``` |
||||||
|
|
||||||
|
Usage |
||||||
|
===== |
||||||
|
|
||||||
|
To get the date from the admin serial interface: |
||||||
|
|
||||||
|
``` |
||||||
|
~/go/bin/admin -serial-baud 115200 date |
||||||
|
``` |
||||||
|
|
||||||
|
To get the date from the user serial interface: |
||||||
|
|
||||||
|
``` |
||||||
|
~/go/bin/protocol -serial-baud 115200 date |
||||||
|
``` |
Loading…
Reference in new issue