День добрый. Подскажите пожалуйста, как должна выглядеть посылка от МК к SIM68, которая переключает скорость уарта модуля с 115200 на, например, 9600? Из описания сразу что-то не соображу.
CADiLO
Aug 20 2013, 09:10
The default host port configuration is UART (ports 0 and 2). The UART2 is used for NMEA communication, the UART0 is used for DEBUG communication. The NMEA and DEBUG default baud rate is 115200bps.It can be modified from 300 to 921600bps at system runtime using the appropriate command. Take changing to 9600bps for example
$PSTMSETPAR,1102,0x5
$PSTMSAVEPAR
$PSTMSRR
102 - меняем битрей
0x5 - собственно значение
в принципе в SIM68_NMEA_Specification это все расписано