Serial Port needs to be configured
Gadgeteering opened this issue · 2 comments
When running api/index.py the serial port needs to be configured to the serial device controlling the quadcopter line 21
otherwise you get the error below
serial.serialutil.SerialException: [Errno 2] could not open port /dev/cu.usbserial-02X2K2GE: [Errno 2] No such file or directory: '/dev/cu.usbserial-02X2K2GE'
Yeah, that should definitely be configured some other way. Perhaps a command line argument or even a dropdown on the front end.
Hello, is it necessary to configure the serial port to serial device controlling the quadcopter in order to run the command api/index.py?? Also I want to ask if this step is necessary for the cameras to stream and display at the frontend because I have run the frontend, but there is no displaying for the cameras.