Re: chat -- AT command

2001-05-10 Thread Tomasz Olszewski
Hello Debian Users! On śro 09 maj 2001 07:50:54 GMT John Hasler wrote: > Add "REPORT CONNECT" to the top of your chatscript OK, thx. Unfortunately that's not exactly what I want to do. Chat is invoked with the -v options which means, that it should be verbose: it should log everything what comes

Re: chat -- AT command

2001-05-09 Thread John Hasler
Tomasz Olszewski writes: > Has anybody had a similar problem? It is working. You told chat to look for CONNECT, and when it found it, it told you so. You didn't mention the 33600 so it ignored that. Add "REPORT CONNECT" to the top of your chatscript and call chat with the option '-r filename' a

chat -- AT command

2001-05-09 Thread Tomasz Olszewski
I want my modem to show the real connecion speed. I found in the modem's docs that AT\V0 does this. If I use minicom it works perfectly. I send: ATZ get OK AT\V0 get OK ATDTthe_number ...and the proper connection speed (CONNECT 33600) However if I try the same in my chatsript it just doesn't work.