User's Manual
Transmit data
This command transmits data to the Swarm network.
$TD [HT=<hold_time>,]<[string|data]>[..<data>]*xx
Parameter
Description
HT=<hold_time>
Expiration time of message (optional, default =
3600 seconds)
<string|data>
1 to 200 bytes of data (ASCII string)
2 to 400 bytes (hexadecimal written as ascii)
Returns one of:
Value
Description
$TD OK,<msg_id>*xx
Message accepted for sending
$TD SENT,<msg_id>*xx
Message was received by satellite
$TD ERR,BUSY,<msg_id>*xx
Channel is busy
$TD ERR,BADDATA,0*xx
Message has odd number or non-hex
characters
$TD ERR,BADHOLDTIME,0*xx
Invalid hold time
$TD ERR,ERR,0*xx
Unspecified error
$TD ERR,EXPIRED,<msg_id>*xx
Unable to send within requested hold time
$TD ERR,NOADDR,0*xx
The Swarm ID has not yet been set
$TD ERR,NOCOMMAND,0*xx
$TD with no parameters was sent
$TD ERR,NOSPACE,0*xx
No space for message
$TD ERR,NOTCID,0*xx
The thin client ID has not yet been set
$TD ERR,NOTIME,0*xx
Attempt to send message before time set
43