@Alex-Kushleyev , Thanks for the response!
VOXL 2 mounted on the VOXL 2 Developer Test Board.
CP2102 USB-to-UART dongle connected to my PC.
For QUP19 (ttyHS2):
GPIO_2 (TX) connected to RX on CP2102 via JP1 (for level shifter) and J9
GPIO_3 (RX) connected to TX on CP2102 via JP1 (for level shifter) and J9
GND to GND
on the voxl2:
stty -F /dev/ttyHS2 115200
cat /dev/ttyHS2
echo "Hello from VOXL2 HS2" > /dev/ttyHS2
on my PC:
OS: Ubuntu 22.04
screen /dev/ttyUSB0 115200
When I send text from the PC side, I expect it to appear in the cat output on VOXL2, and vice versa.
with /dev/ttyHS1 it works.