/dev/ttyS<COM PORT #>
Example for COM3, use these commands:
sudo chmod 666 /dev/ttyS3
export DEVICENAME=/dev/ttyS3
export BAUD_RATE=921600
stty -F /dev/ttyS3 921600
Source if still having trouble: https://www.scivision.dev/usb-tty-windows-subsystem-for-linux/
-
Git (check if this is installed by typing git at the command line)
-
Python 3 (check if this is installed by typing python3 or python --version at the command line)
-
Pip for Python 3 (helpful StackOverflow answer)
-
Make 4.2.1 or higher (check if this is installed by running make --version)
-
Just download the ZIP for the repo, don't use curl
-
Do everything in the root of the project (tensorflow-master\tensorflow-master)