#!/bin/sh
while :
do
    clear
    sudo chmod a+rw /dev/ttyUSB0
    sleep 3
done
