Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / traffic_navigation / readSerial.sh @ 1967

History | View | Annotate | Download (84 Bytes)

1 1965 bwasserm
#/bin/bash
2
while true
3
do
4
  read LINE < /dev/ttyUSB0
5
  echo $LINE >>  graphData
6
done