Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (114 Bytes)

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