You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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 belowserial.serialutil.SerialException: [Errno 2] could not open port /dev/cu.usbserial-02X2K2GE: [Errno 2] No such file or directory: '/dev/cu.usbserial-02X2K2GE'
The text was updated successfully, but these errors were encountered: