|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | RE: [ECS] Modem AT+ error David Kindred Wed, 7 Jun 2000 16:56:45 -0400 |
Mark,
I got the debug info. The problem is with the line that resets the modem
after it has disconnected from the ISP. I've tried various pause times, but
that doesn't seem to affect anything. I am not able to manually reset the
modem from a group screen, either. Perhaps it's not being released by the
RASDIAL program even after it performs the disconnect?
Do you have any suggestions?
BEGINIF ISP Status Is A
; When ISPSTAT.DAT exists, we have disconnected:
Do Character-A Set ISPSTAT.DAT
If Character-A Is Not None
Then ISP Status Set Character-A
Then ISPSTAT.DAT Set Delete
Then ISPSTAT.DAT Set Reset
Then Shell: RAS Disco Set Execute
Then Pause Set 500
Then Phone-Interface-C Set Reset
ENDIF
16:33:07:SYS_EXE:system:cmd=day-inet.bat ... Done
16:33:07:STT_CUR_STT(203):ISPSTAT.DAT=68
16:33:07:syscmd=START /W RASDIAL /DISCONNECT
16:33:07:SYS_EXE:cmd=START /W RASDIAL /DISCONNECT dsp=1 wait=1
16:33:07:SYS_EXE:system:cmd=START /W RASDIAL /DISCONNECT ...
16:33:10:SYS_EXE:system:cmd=START /W RASDIAL /DISCONNECT ... Done
16:33:15:COM_OP:prtx=1 txbfsz=512 rxbfsz=4096 baud=38400 parity=0 stopbits=1
wordsz=8
16:33:17:CMD_MDM:ERR=Modem not resp to "AT"
16:33:17:CMD_MDM:RETRY
16:33:19:PHN_C_RESET:ERR=Modem not resp to "AT"
16:33:22:CMD_MDM:ERR=Modem not resp to "AT#CLS=?"
16:33:22:CMD_MDM:RETRY
16:33:24:PHN_C_RESET:ERR=Modem not resp to "AT#CLS=?"
16:33:26:CMD_MDM:mdm_cls[1]=0 vls=255 ath=1 ata=0 atd=0
16:33:26:CMD_MDM:mdm_cls[1]=0 vls=255 ath=1 ata=0 atd=0
16:33:26:CMD_MDM:mdm_cls[1]=0 vls=255 ath=1 ata=0 atd=0
16:33:26:evnx=60/Util: ISP Monitor evlx=2816 lop=2 itmx=129 xop=1 stt=7
sitmx=65535 ln=13
16:33:26:ERROR:Modem ERROR resp to "AT+FCLASS=8" ("Util: ISP Monitor" line
13)
--David
-----Original Message-----
From: Mark Gilmore [mailto:omnip@usit.net]
Sent: Wednesday, June 07, 2000 11:49 AM
To: ecs-list@netbloc.com
Subject: Re: [ECS] Modem AT+ error
David,
ECS only uses PHNC1.SET if an error is detected with
the other cmd set. Reproduce with debug on and you
will see what cmd is causing the problem.
--
Mark Gilmore
Omnipotence (ECS home automation software)
http://www.usit.com/omnip
423-745-0026
Hours: Mon-Sat, 9AM-8PM/EST
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects