Posts: 7
Threads: 2
Joined: Feb 2018
Hi.
While I am connected to a BBS through my terminal program and I try to finish the communication, the terminal program can not finish the communication and it gives me the legend: "carrier still high".
Any idea?
Thanks
Posts: 2,722
Threads: 142
Joined: Nov 2013
What terminal program? You may have to invert the polarity of the DCD (AT*D0 or AT*D1).
Posts: 7
Threads: 2
Joined: Feb 2018
(03-01-2018, 12:21 PM)admin Wrote: What terminal program? You may have to invert the polarity of the DCD (AT*D0 or AT*D1).
I use TERMINATE 5.0 for MSDOS.
Posts: 2,722
Threads: 142
Joined: Nov 2013
What are you using for the DCD setting? AT&C0 means carrier always high, and AT&C1 means carrier follows connection status. Have you tried inverting the polarity for DCD?
Posts: 7
Threads: 2
Joined: Feb 2018
I use AT&C0 and C1 but i have the same problem. Another idea?
Posts: 2,722
Threads: 142
Joined: Nov 2013
Yes, invert the DCD polarity. You can use AT*D0 and AT*D1 to switch polarities.
Posts: 7
Threads: 2
Joined: Feb 2018
(03-04-2018, 06:17 PM)admin Wrote: Yes, invert the DCD polarity. You can use AT*D0 and AT*D1 to switch polarities.
I try AT&D0 and D1 and i have too the hangup problem.
Posts: 2,722
Threads: 142
Joined: Nov 2013
It's not &D0 or &D1, it's *D0 or *D1.
Posts: 7
Threads: 2
Joined: Feb 2018
PERFECT! Very Thanks, i use this convination and work:
AT*D0
At&C0
Thanks!!!