OneWay  3.0-3-ge9d4fa4
Interface protocol from host to TX:

Serial connection at 9600 bps, none parity, 8 bit, 1 bit stop.

Possible command:

A - change the address of a remote.

A:OOOO:NNNN:OOOO:NNNN

where:

reply to the 'A' command can be:

example:

-> A:0123:1CDF:0123:1CDF
<- OK

will change the device address 0x0123 to 0x1CDF.

C - change the id of the master.

C:N

where:

reply to the 'C' command can be:

example:

-> C:D
<- OK

will change the master address 0x0 to 0xD.

E - echo on off.

E:X

where:

example:

-> E:0
<- OK

echo disabled.

L - print the TX id.

example (id = 2):

-> L
<- 2

P - send a command to a remote.

P:AAAA:PP:C
where

reply to the 'P' command can be:

example

-> P:012F:01:1
<- OK

will send to the device "012F" the command "turn on the pin 1".

Note
address "0000" is used by unconfigurd devices and should not be used in normal condition.

? - help command.

example:

-> ?
<- the brief commands descrption.

Todo:

the A command is not implemented yet.

the C command is not implemented yet.