Shop OBEX P1 Docs P2 Docs Learn Events
post recovery — Parallax Forums

post recovery

davejamesdavejames Posts: 4,047
edited 2012-11-30 16:43 in General Discussion
[noparse]
I'm experiencing the same problem as in the other two (sticky) threads. I didn't want to necro them, and the forums seem .. quite peaceful.
Sadly I didn't really understand what was being described in the other threads, and hope someone is still willingly to summarize or explain it in layman's terms. At school we have the (USB) Boe-Bot, and I want to program it with the Javelin Stamp IDE. However the Javelin Terminal won't "respond" to any input from Terminal.getChar()
I tried some of the solutions in the other threads, including updating to Peter Verkaik's Terminal.java‎, or the Javelin_usbtest.exe, but I didn't get any wiser from it.
  • Do I have to update any of the Javelin Stamp files?
  • Do I still have to solder anything? Although I don't think I'm allowed to do something like that.
This is my test code
import stamp.core.*;

public class TestTerminal
{
public static void main()
{
System.out.println("Hello World!");
while (true)
{
System.out.print("test ");
System.out.println(Terminal.getChar());
}
}
}

This is my Identify window.
Attachment not found.

And this is a picture of my Board of Education Boe-Bot. (I don't know what Rev or model it is)
Attachment not found.

I'm a student that has to do a Navigate in a Maze assignment, and it would be a great help if I could use the Javelin Terminal for debugging.
[/noparse]

Comments

  • ercoerco Posts: 20,259
    edited 2012-11-30 08:27
    @davejames: from your thread title "post recovery", I thought you might be in a hospital, recovering from some recent operation. Glad to hear that's not the case!
  • davejamesdavejames Posts: 4,047
    edited 2012-11-30 16:43
    ...well, thank you for your kind thoughts! Sorry to have caused some concern.
Sign In or Register to comment.