edubrm/software/test-serial.py
Pavol Rusnak e8cc152244 Revert "serial WIP"
This reverts commit abf84f78f9.
2011-03-30 01:28:49 +02:00

7 lines
80 B
Python
Executable file

#!/usr/bin/python
from device import Device
d = Device()
d.open('')
d.close()