Link to home
Start Free TrialLog in
Avatar of bigsami
bigsami

asked on

Modem' Speakers Volume

I'm using tapi and Comm API. I would like to know how could I set my modem' speakers volume to zero.
Avatar of bigsami
bigsami

ASKER

Adjusted points to 150
issue the AT command.
ATL0M0

There ya go.
Avatar of bigsami

ASKER

Not by AT Commands. I want to write using TAPI or Comm API ( Using the Visual C++)
I'll look it up fer ya, but I've never understood the theory behind using a driver whenever you can easily do the exact same thing.
The modem sounds are dependent upon what commands and modes you sent to it. The extra settings AT commands are additional modes you can set to the modem. Do want to change the driver itself? What exactly are you trying to do?
Avatar of bigsami

ASKER

I'm trying to set the modem's speakers' volume to zero using the Win32 API, Telephony API & Comm API ( GetCommProperties, MODEMSETTINGS... )
I agree with "jlove1".
Get your software to send the 'ATL0' string to the modem.
ASKER CERTIFIED SOLUTION
Avatar of des4218
des4218

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
DES4218:  your answer (use 'M0') has already been REJECTED
(when JLOVE1 proposed 'L0M0').

Obviously, BIGSAMI is looking for some "other" answer.
This question is not answered correctly. How to do this really with TAPI functions ?
Jean-Claude.