16 Feb

Usb ctecka

#!/bin/bash

stty -F /dev/ttyUSB0 9600 cs8 -cstopb -parenb

while true;
do
read -n 12 LINE < /dev/ttyUSB0 echo $LINE done