diff options
| author | Edvin <[email protected]> | 2025-05-12 12:51:36 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-05-12 12:51:36 +0200 |
| commit | 6fa86f0b2dd230e866f2a5c5d2f724caa91f8d0f (patch) | |
| tree | c5894d587aab92011f8fff195d2e6ac7f9ed76a4 /main.py | |
| parent | b9ffc73cccdb02f36f6c28592ce42c2e414508b6 (diff) | |
Changed nano serial port
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ DWMProcess = subprocess.Popen(["/home/pi/filterpy/bin/python", "-u", "/home/pi/T print(f"DWM PID: {DWMProcess.pid}") # Open serial port to Arduino Nano -NANO = serial.Serial('/dev/ttyUSB1', 115200, timeout=30) +NANO = serial.Serial('/dev/ttyACM0', 115200, timeout=30) sleep(2) BluetoothProcess = subprocess.Popen(["python", "-u", "/home/pi/TNE107-RPI/bt.py"], stdout=subprocess.PIPE, stderr=open(os.devnull, 'wb'), text=True) |
