ex.01
1 | """Usage: |
test.01
1 | >python quick_example.py tcp 192.168.1.1 8000 --timeout=100 |
test.02
1 | >python quick_example.py serial com1 --baud=9600 --timeout=100 |
ex.02
1 | """Usage: odd_even_example.py [-h | --help] (ODD EVEN)... |
test.01
1 | >python odd_even_example.py 1 2 3 4 4 5 |
test.02
1 | >python odd_even_example.py 1 2 3 4 4 5 |