edubrm/software/test-serial.py
2011-03-24 23:16:12 +01:00

7 lines
80 B
Python
Executable file

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