Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / traffic_navigation / graph_parser.py @ 1967

History | View | Annotate | Download (119 Bytes)

1
import os
2

    
3
p = os.popen('./readSerial.sh', "r")
4
while 1:
5
    line = p.readline()
6
    if not line: break
7
    print line