atl03001
YaBB Newbies
Posts: 26
|
I have a quick question- I set the node's id's manually in the program, but I haven't had any luck making one node command the other. For example, I made a case where one node would make the other node move, but doing this didn't work (the other nodes address is 1A): uart0SendChar('@'); uart0SendChar('1'); uart0SendChar('A'); uart0SendChar(0x08); Am I approaching this wrong? I checked all three xbee modules, and they all have identical source and destination addresses of '0', so I don't think thats the problem.
|