Hi,
We are reading from the RS485 port and no writes are bring done.
We are using 115200 baudrate, I will check with other baudrates as well.I will get back to you soon on this.
Below are the AT commands we are using to communicate with the modem, #define RTR_MDL “AT+GMM\r\0” #define RTR_MFN “AT+GMI\r\0” #define RTR_SN “AT+GSN\r\0” #define RTR_FWV “AT+GMR\r\0” #define RTR_CSQ “AT+CSQ\r\0” #define RTR_PA_TMP “AT!PATEMP?\r\0” #define RTR_PC_TMP “AT!PCTEMP?\r\0”
Hi,
We are accessing RS485 port outside the legato. Our application doesnot use legato framework.
yes we are using port1 which is UART1(port number starts from port 0).
no_flow_control is being used.