RAK7244 Connect to LoRA serial port? no't Connect to GPS serial port

Issue: Connect to LoRA serial port? no’t Connect to GPS serial port.

Setup:

  1. i use command “sudo minicom -D /dev/ttyAMA0 -b 115200” into serial port.
  2. hope use AT command. but random export gps data, or no’t return “OK”
    Server:

Details:
i hope use command “at+get_config=lora:status”, return data.

This is a gateway, not an end node, it doesn’t have AT command support the way end nodes do, because it’s intended for the entirely different purpose of feeding raw packets to and from a LoRaWAN network server.

You would get status information from the gateway’s web page, that of whatever lorawan network server it were pointed at (on the device on in the cloud) or by sshing in and viewing system logs.

(And no, an expensive gateway can’t very well impersonate a cheap end node, nevermind that the software to do so doesn’t exist, the actual radio hardware would be at best a very awkward fit for that purpose - it’s designed to be a gateway only)

I finally understand the difference between gateway and node.thanks Brother .