5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
stty -F /dev/ttyUSB0 speed 38400 -icrnl -imaxbel -opost -onlcr -isig -icanon -echo
|
||
|
|