Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Simulating " Modem Diagnostics - More Info" in VB


Message #1 by Ely Pinchover <elyamltd@n...> on Tue, 19 Feb 2002 22:11:35 +0200
Hi Kim,
you are very helpful as usual

Thanks a Lot

Ely Pinchover



-----Original Message-----
From: Kim, Cardyin [mailto:CKim@s...]
Sent: Tuesday, February 19, 2002 11:08 PM
To: professional vb
Subject: [pro_vb] RE: Simulating " Modem Diagnostics - More Info" in VB


Use the MS Comm object to get a connection to your modem, then
simply send the commands in order as you see them on the left
column of your diagnostics screen.  For example:

ATQ0V1E0
AT+GMM
AT+FCLASS=?
AT#CLS=?

These query strings may be different from modem to modem,
but there may be some standards one that work from
all of them.

Cardyin

-----------------------------------------
Cardyin Kim
Client/Server and Web Development Analyst
San Antonio Community Hospital
Upland, California
ckim@s...        (xxx) xxx-xxxx
-----------------------------------------


-----Original Message-----
From: Ely Pinchover [mailto:elyamltd@n...]
Sent: Tuesday, February 19, 2002 12:12 PM
To: professional vb
Subject: [pro_vb] Simulating " Modem Diagnostics - More Info" in VB


Hi all,
I need to write some code in VB which does to the MODEM  the same thing as
the   " Diagdostics  --->  More Info "  ( in the Control Panel   - Modem
Icon)

Thanks,
Ely Pinchover


to unsubscribe send a blank email to $subst('Email.Unsub')...



  Return to Index