This is where I got confused. In the help that you get when you type '?', it'll say what to send and with what parameters. This is super unclear for a newbie such as myself.
For example, the help says:
<nn> i - set node ID (standard node ids are 1..26)
(or enter an uppercase 'A'..'Z' to set id)
<n> b - set MHz band (4 = 433, 8 = 868, 9 = 915)
<nnn> g - set network group (RFM12 only allows 212)
<n> c - set collect mode (advanced, normally 0)
t - broadcast max-size test packet, with ack
...,<nn> a - send data packet to node <nn>, with ack
...,<nn> s - send data packet to node <nn>, no ack
<n> l - turn activity LED on PB1 on or off
The <n> is unclear as to what it means. Does it mean node? What is it represented as <n> in one case, but <nnn> in another?
Also, "...,<nn> a" is super ambiguous. What is the "..." supposed to be?
It also appears that you issue commands in reality differently than what is specified in the help. For example, to turn on the activity LED, should I be typing (for node 1) "1 l" or "1l"?
I think the usage could use a round of examples at the bottom of it to help out people that are just starting out. After my soldering session with my JeeNode, I wanted to test it with the JeeLink I have and really couldn't tell if they were communicating or not. I can't find any kind of step by step tutorial that shows how to do this.