Harrison.
02-05-2007, 06:51 AM
I got tired of using HyperTerminal to debug prop stuff so I wrote my own terminal that simplifies serial port debugging with the prop.
The terminal has the following features:
- Auto disconnect on F7, F10, F11 (to let the prop tool load the propeller)
- Auto reconnect after x seconds
- Does not use DTR (so the prop doesn't reset on connect)
- Looks like the Stamp debug terminal (although it doesn't support the cool goto x,y stuff yet)
* Note this requires .NET 2.0.
Attached is version 1.0 for those who are interested in using this. It works for me, but the timing may not work on all computers. Note that sometimes the program will not disconnect fast enough so the prop tool will say the port is not accessible. So what I do is just hit the load command again before the terminal reconnects. This usually occurs on short programs that the prop tool can compile in less than half a second.
Harrison
The terminal has the following features:
- Auto disconnect on F7, F10, F11 (to let the prop tool load the propeller)
- Auto reconnect after x seconds
- Does not use DTR (so the prop doesn't reset on connect)
- Looks like the Stamp debug terminal (although it doesn't support the cool goto x,y stuff yet)
* Note this requires .NET 2.0.
Attached is version 1.0 for those who are interested in using this. It works for me, but the timing may not work on all computers. Note that sometimes the program will not disconnect fast enough so the prop tool will say the port is not accessible. So what I do is just hit the load command again before the terminal reconnects. This usually occurs on short programs that the prop tool can compile in less than half a second.
Harrison