I am using RG255C module, and we are connecting a UART line to this module via MAIN_RXD (pin 74) and MAIN_TXD (pin 73). However, I don’t know which UART line is linked to those pins.
after booting up, I see 4 lines as follows:
/dev/ttyEUD0
/dev/ttyGS0
/dev/ttyHS1 ->>> this possibly the line I want, but I try to periodically send from my uart line and not see anything from this line (by screen tool)
/dev/ttyMSM0 ->>> this is console uart (debug).
Can you help?
Do I need to modify the DTS to enable this?