Shop OBEX P1 Docs P2 Docs Learn Events
Having trouble with terminal input — Parallax Forums

Having trouble with terminal input

bubbagimpbubbagimp Posts: 3
edited 2007-03-05 04:57 in General Discussion
I've been having trouble with my terminal input on my Javelin stamp I just got in the mail. I program the TerminalTest program onto the javelin and I cannot get it to respond. I added the following code and I cannot get past the second line.

System.out.println("||");
while (!Terminal.byteAvailable());
System.out.println("--");



I am using the Javelin stamp ver $50 with the USB BOE board. The board works fine with my BS2 stamp. I can program the board so I'm assuming the Sin pin works. I'm new to microcontrollers, so I am not sure how to go about troubleshooting this.

Edit: I forgot to mention, I have tried both a 9v and an external wall power supply.

Post Edited (bubbagimp) : 3/5/2007 4:52:51 AM GMT

Comments

Sign In or Register to comment.