Javelin Terminal for the USB Boe-Bot
Ketho
Posts: 5
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.
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.
This is my Identify window.
And this is a picture of my Board of Education Boe-Bot. (I don't know what Rev or model it is)
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.
testing, testing, testing...
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.
- http://forums.parallax.com/showthread.php?76826-Terminal.getChar-problem-with-debug-message-window
- http://forums.parallax.com/showthread.php?95159-MUST-READ-for-PDB-and-BOE-USB-users-javelin-usb-troubleshooting
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.
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.
And this is a picture of my Board of Education Boe-Bot. (I don't know what Rev or model it is)
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.
testing, testing, testing...
Comments
They are known to have the regulator a bit hot, but so far, everything seems to be fine for me.
I don't know for the other basic stamp board.
JM
Thanks for confirming that at least the boards that connect via serial ports work right. The reason I asked was that I saw a few old threads (including a sticky thread) about problems with boards that are USB connected.
All the boards I have are with serial connection.