Skip to content
Snippets Groups Projects
setup_usb_uart.sh 114 B
#!/bin/bash

# The USB device that you are using for UART
USB_DEV=ttyUSB0

stty -F /dev/$USB_DEV raw speed 115200