I have a pair of Xbee HP900 (S3B) modules I’m trying to get to communicate. The remote end is connected to a dumb device, so there’s no way to shift it into bypass mode.
I downloaded and installed the XBee SDK and CodeWarrior hoping to create an application that can keep the S3B in transparent mode.
I have successfully built the transparent_client_dm sample App and am looking to download it via my XBIB board. Unfortunately, I have no debugger hardware, but the various documents I’ve read suggest that you just need to download it via the XBIB serial port emulator.
Well, the instructions I’ve read say to download from CodeWarrior, just click on Run->Run As->CodeWarrior Download. But this seems to want to talk to MultiLink or Cyclone Propower port, none of which I have.
I even tried downloading via Cygwin to /dev/com13, but that dosent seem to do anything. The S3B still reports it’s firmware version as Unknown.
Where did I go wrong.