S76G/S78G Commands Set Reference
v1.6.5
July 2, 2018
50 of 73
Product Name
Version
Doc No
Date
Page
<Sentence> value would be stored into EEPROM immediately for keeping the next boot-up value
without sending “mac save” command.
Example:
gps set_nmea rmc
>> Ok
3.3.3
gps set_port_uplink <Port>
<Port>: a decimal string representing port number used for GPS uploading data by LoRaWAN TX
uplink, its range can be set from
1
to
223.
Purpose: To set the LoRaWAN uplink port number when uploading GPS UTC, Latitude, Longitude
coordinates and other data up to server while S76G is running on TX cycle mode.
Response:
Ok
, if input argument is valid.
Invalid
, if input argument is not valid or out of range
<Port> value would be stored into EEPROM immediately for keeping the next boot-up value without
sending “mac save” command.
Exampe:
(To use LoRaWAN port 20 as uplink port)
gps set_port_uplink 20
>> Ok
(More demonstration examples, please refer to chapter 4.4)
3.3.4
gps set_format_uplink <Format>
<Format>: A string representing the format of GPS data used in some particular server that it is
required. It can be “
raw
”, “
ipso
”, “
kiwi
” or “
utc_pos
”.
Purpose: For some particular server, when its capability can show positions on map by given latitude
& longitude coordinates. The server would require a specific payload format of LoRaWAN TX uplinks.
So S76G/S78G provides these options for user to select one.
Response:
Ok
, if input argument is valid.