Skip to content
Snippets Groups Projects
Commit 5c843cf7 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added a script to set the timer latency to 1 to the desired USB FTDI device.

parent 80986fb8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
sudo sh -c "echo 1 > /sys/bus/usb-serial/devices/$1/latency_timer"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment