Hi,
this is my first post in this forum, so forgive me if I’m not following the possible forum’s rules (didn’t find them). Today I faced a “stupid” issue with the enabled-by-default UART on the ROCK 5B I’m working on: basically, I erroneously put the 3 cables of the USB-to-UART adapter in the wrong place and I put them on pins 4 (+5V), 6 (GND) and 8 (UART TX) instead of pins 6 (GND), 8 (UART TX) and 10 (UART RX). This of course break the cable once I turned on the board, but I thought I would have only to replace the cable with a new one. Instead, after this problem, the UART is not working anymore as intended: it looks like signals (i.e. characters) sent by the UART are encoded in a wrong way (you can see the picture attached for better context) and I really don’t know what happened here. I’m using minicom
with the configuration provided in the wiki and of course it worked before this episode. I tried also with other UARTs (e.g. the UART7_m1 (pins 11 and 15)) and the UART7_m2 (pins 24 and 26)) but also them are receiving characters encoded erroneously. Did I break the GPIO pins of the board with this error? Do you have any suggestion for this problem?
Thanks in advance for your help.