|
|
View Message | Back to Messages |
Plasma Mon Sep 18 2006 at 1:43 pm If you're using Windows
You can use the Windows API for sound input: http://www.freebasic.net/forum/viewtopic.php?t=1289
I'm not sure what you mean by "modem programming". If you mean directly controlling the actual modem, you can do this with the AT command set (provided you have a real modem, and not a crappy WinModem). Simply open the COM port the modem is attached to and send the commands in ASCII.
If you mean sending or receiving data over a network/internet, check out DSOCK (QB) or SDL Net (FB).
|
|