Dear Luxonis Team,
We're looking to connect our OAK FFC 6P device via UART and stumbled upon the documentation provided here: https://docs.google.com/document/d/1r3en4EqgDG3hum8o5yS1DJ5vSCb6aNqyA38tIM8723U/edit.
Could you provide further assistance on this matter?
We used the following information from that documentation.
UART Configuration
Make sure your user is in dialout group to not require elevated permissions
sudo usermod -
a
-G dialout [username]
Connect the UART adapter and check the name of the device with sudo dmesg
Open the UART terminal (example for device ttyUSB0)
screen /dev/ttyUSB0 115200
Use CTRL+ESC key to enter "copy mode" which allows scrolling through the terminal.
Use CTRL+D to exit (or CTRL+K or CTRL+\ if it does not work otherwise)
We also connected using Picocom. Both methods give us output from the Luxonis board, but we can't send any input to it. We use USB-UART adapter (FTDI) and already tried out different models.
Any idea what the issue could be? We already checked the cables, they all have connection.
With kind regards,
Karol Rösner