Pass command line arguments to Xbee?
oZEPPELINo
Posts: 3
My setup has an Xbee wireless adapter plugged into my PC via USB and another Xbee running on my Basic Stamp controller. How can I run a program from command line that will program the USB Xbee? This is for an autonomous project that sends a signal to the Basic Stamp which controls a motor. The control information needs to be started via a script. I hope I've explained this well. Feel free to ask any questions and thank you very much!
Comments
echo This is some text>COM0:
This will transmit "This is some text" followed by a carriage return / line feed to device COM0:
You'll have to look at the Windows scripting documentation for details on options for commands like echo and variable substitution in scripts, etc.