xBee with Propeller and Linux ?
BigFred
Posts: 9
Hi,
I'm using Linux Fedora v12 and I'm new to MCU programming.
I've got 2 xBee S1's, one is on my propeller demo board and the other is
connected to my PC using the Parallax xBee USB adapter board.
QUESTION:
What software should I use to setup and manage the xBee thats connected to
my PC ? X-CTU seems to be only for Windows. What's the best/simple to use
software for Linux ? Should I just use any DCE/DTE term software or what ?
Thanks,
Fred
I'm using Linux Fedora v12 and I'm new to MCU programming.
I've got 2 xBee S1's, one is on my propeller demo board and the other is
connected to my PC using the Parallax xBee USB adapter board.
QUESTION:
What software should I use to setup and manage the xBee thats connected to
my PC ? X-CTU seems to be only for Windows. What's the best/simple to use
software for Linux ? Should I just use any DCE/DTE term software or what ?
Thanks,
Fred
Comments
Is there no good way to use the xBee with Linux and the Propeller ?
You can also change the settings "on the fly" through your Prop code, so that the XBee that's attached to a Prop is set up by that Prop when it runs its program.
I only have four connections to the XBee. Vss to ground, Vcc to 3.3 Volts, Dout to pin 6 in the propeller, and Din to pin 7 in the propeller.
Also, I know that my connection work since I've gotten two XBees transmitting properly.