HL7800 output NMEA on UART0 or UART3

Hello, I am reading the datasheets before I order the HL7800-M… it’s a candidate to replace the Simcom SIM868 in my project.

I need clarification on AT+GNSSNMEA command to see if it can output on a secondary serial port. If I use AT+GNSSNMEA: 4,1000,0,1FF the 4 specifies output on same port the command was received on. (see page 206 of AT commands guide.) Can I send that command on UART0 (pads C55,C56) or UART3 (pads C52,C54) and get the NMEA output on one of those ports, while keeping just cell modem commands on UART1 (pads C5,C6)?

Hi @vincentkezel,

Could you please show information about your module by the commands below?
ATI9
AT+KUSBCOMP?

Thanks,

Thank you for your reply cherokee,
However I do not have the HL7800-M yet… I was just wondering about the availability of nmea output to UART 0 or 3

Hi vincentkezel,

UART0 and UART3 cannot be used to send command because they are dedicated for debug log.

On HL7800 module, you can send commands via UART1 or USB. UART1 and USB cannot be used simultaneously.

-With UART1: you cannot send command and get NMEA output at the same time.

-With USB : When USB mode is enable by command “AT+KUSBCOMP”, 3 USB-ACM ports are enumerated on your PC:

  • USB-ACM0 - AT/PPP port
  • USB-ACM1 - PPP data port
  • USB-ACM2 - NMEA data port

So you can send command via USB-ACM0 and get NMEA sentences via USB-ACM2 with USB port.

Thanks,