mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
restructuring
This commit is contained in:
7
F1:F103/RGB_LED_Screen/getrand
Normal file
7
F1:F103/RGB_LED_Screen/getrand
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
COMDEV=/dev/ttyUSB0
|
||||
stty -F $COMDEV -hupcl -opost -onlcr -isig -iexten -echo -echoe -echok -echoctl -echoke -icanon min 0 time 1 115200
|
||||
|
||||
echo "G" > $COMDEV &
|
||||
cat $COMDEV
|
||||
Reference in New Issue
Block a user