avoid ZX24 reset when opening COM port?

Questions and discussion about the ZBasic IDE.
Post Reply
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

avoid ZX24 reset when opening COM port?

Post by stevech »

The goal is to run a terminal program, or the IDE, and look at the serial data coming out, without reseting the processor.

In my Windows XP Pro, DTR goes true when any program opens COM1. And there's apparently no default setting to affect DTR.

I know that XP toggles DTR upon the booting of Windows.
I also recall a registry patch to tell it to not "enumerate" a given (or all) COM ports. This is needed to keep Windows from mistaking ever-present data coming in on a com port for a mouse. Maybe with enumeration off, DTR wouldn't toggle during booting.

But booting aside, it would be nice to open a terminal program and not have the ZX reboot.

I know you could do this with a jumper on DTR or the reset circuit on the ZX24.
victorf
Posts: 342
Joined: 01 January 2006, 4:08 AM
Location: Schenectady, New York

Post by victorf »

stevech, might I inquire what terminal program you are using to do this? Is it a stand alone one like HypherTerminal or something different? I have been using a freeby called Terminal:

http://bray.velenje.cx/avr/terminal/

It might be worth a try and the price is right :)

I can say if it will solve your problem tho. :?

HTH

Vic
Vic Fraenckel
KC2GUI
windswaytoo ATSIGN gmail DOT com
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Post by stevech »

I have about 4 different terminal programs (all freeware).
I've tried and discarded perhaps 15 over the years.

My favorite is
http://bray.velenje.cx/avr/terminal/

mainly because it's simple and has an option to auto-disconnect/reconnect when the window focus changes.

EDIT: I re-read your post - and funny! We refer to the same program!
tomhilton
Posts: 26
Joined: 03 July 2009, 8:24 AM
Location: Peoria AZ
Contact:

Terminal program to use with Zbasic testing

Post by tomhilton »

Is there a recommended terminal program to use with the Zbasic IDE so that Input can be provided to the Zbasic chip through Com 0. I know that the com port would have to be closed. I really hate hyperterminal.

None of the links in the above messages are any good any more.

Tom Hilton
Thomas Hilton
www.arizonaskys.com
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Terminal program to use with Zbasic testing

Post by dkinzer »

tomhilton wrote:None of the links in the above messages are any good any more.
I use TeraTerm. There is an add-on for it to do SSH as well.

I believe that this link works for Bray's Terminal
- Don Kinzer
Post Reply