edubrm/software/test-serial.py
2011-03-30 02:40:12 +02:00

7 lines
84 B
Python
Executable file

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