EB500 and USB connection?
D.Roemer
Posts: 5
Hello; I am trying to link 2 EB500s on BOE's, one is the remote and one is connected to my PC. The sample programs load and run fine, and the EB500s are communicating, but the debug editor never shows any prompts. It just stays blank. Is this because I have a USB connection instead of a serial connection? Any other ideas?
Comments
1. Connect the remote BOE w/EB500 to the PC and load the sample program "Hello World"
2. Disconnect the remote BOE and connect the 2nd BOE w/EB500.
3. Open a new debug terminal on the connected BOE
4. Run the "Hello World" program by pushing the reset button on the remote BOE
The green lights come on each BOE for the right amount of time, then disconnects, but no data appears on the connected BOE debug terminal. It should read "connected", "hello world" (10 times), then "disconnected" right?
You didn't post the 2nd BOE's program, the one that's supposed to receive via Bluetooth from the 1st BOE, then echo what it received to a USB connected PC running the Stamp Editor. Keep in mind that a Stamp can do only one thing at a time. Depending on how the program is written, it might get hung up with a timing problem waiting for serial data from the EB500.