XBee USB Adapter Board & Propeller Demo Board ?
zappman
Posts: 418
Can the XBee USB Adapter Board be used with the Propeller Demo Board ?
I would like to know if the USB connector on the XBee USB Adapter Board can be connected to the USB connector on the Propeller Demo Board via a USB cable ?
I am trying to avoid using additional propeller pins on the demo board.
I did not see this mentioned in the XBee Tutorial - Chapter 2 Draft "Parallax XBee Adapter Boards" .
I would like to know if the USB connector on the XBee USB Adapter Board can be connected to the USB connector on the Propeller Demo Board via a USB cable ?
I am trying to avoid using additional propeller pins on the demo board.
I did not see this mentioned in the XBee Tutorial - Chapter 2 Draft "Parallax XBee Adapter Boards" .
Comments
Ken Gracey
The USB chips on both the demo board and the XBee USB Adapter are peripheral (slave) chips. That is, they are designed to connect to a USB Host (Master) chip on a PC. Because of this they cannot be connected together, because the slave chips are not designed to enumerate other USB devices and understand them. All USB peripherals are designed to plug into a PC or something with a Host controller, such as the Vinculum chip.
Now, if you had a PC App written to talk to the Demo Board you could also talk to an XBee USB Adapter via a USB port on the PC and manage communication that way, but it is not very efficient and requires a custom PC application.
Ken & Chris thanks for quickly answering my question.
Your answer makes perfect sense to me, I just wasn't thinking of the master / slave thing.