Javelin and Xbee Series 2
hello everyone:
for the pass 3 weeks I been trying to interface my javelin and some Xbee transcievers, I been using a code that I found in yahoo groups, created by Jon Keinath. the hardware is connected directly, TX from Xbee, to the TX PIN of the Javelin, and the RX connections is the same. when I run the test program the debug window tells me "Check RX pin" well I change the Pin configuration as well and I get the same answer..... is there anything that I'm missing?
thanks
victor
for the pass 3 weeks I been trying to interface my javelin and some Xbee transcievers, I been using a code that I found in yahoo groups, created by Jon Keinath. the hardware is connected directly, TX from Xbee, to the TX PIN of the Javelin, and the RX connections is the same. when I run the test program the debug window tells me "Check RX pin" well I change the Pin configuration as well and I get the same answer..... is there anything that I'm missing?
thanks
victor
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Jon
www.jonkeinath.com
Is this update for a new XBee firmware (series 2) ?
The XBee.java I have has method
· private static void waitOK()
··· {
··· t.mark();····································· //Clear timer for timeout chk
··· while (rx.receiveByte() != 'O' | t.timeout( 8000) ); // wait for 'O'
··· while (rx.receiveByte() != 'K' | t.timeout(16000) ); // wait for 'K'
··· if (!t.timeout(16000)) rx.receiveByte();············ // remove <CR>
··· if (t.timeout(16000)) System.out.println("waitOK TIMEOUT");
··· }
Is that still valid for older XBees?
regards peter
victor,
Are you using one of the appbees shown here? http://www.selmaware.com/appbee/ or some other level shifting item.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Jon
www.jonkeinath.com
victor
what is your advice on that one!!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Jon
www.jonkeinath.com
and at the same I changed the settings inside the Xbee, from series 2 back to (zigbee AT).