I'll tell you a few commands and give you an example program,<p>
ATZ Reset Modem<br>
ATA(#) Answer Phone after # rings ie ATA4<br>
ATDT555-5555 Replace 555-5555 with number to dial<br>
ATH Hangup Modem<br>
ATL(1-5) +maybe someone can clarify on these <br>
ATM(1-5) +I'm sure they change modem spkr vol.<p>
There are some common modem calls, but there are hundreds more,<p>
Let's use this as an example<br>
open "COM2:19200,n,8,1" FOR RANDOM AS #1, 2048;Buffer<br>
PRINT #1, "ATZ"<br>
PRINT #1, "ATDT555-5555"<br>
;Insert a loop to check the modem and keyboard either way and send to opposite ie<br>
modem - monitor<br>
keyboard - monitor - modem<p>
hope this helps you can also check out<br>
<A HREF="www.geocities.com/SiliconValley/Vista/2804/">Neozones Productions</a><br>
Look under Qcity/modem