Search found 674 matches
- Jan 11, 2006 20:23
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
UPDATE: I have code and it functions - but I must not be understanding the coms between host and modem. ' FREEBASIC - Simple Answering Machine ' By: Mark Davis '------------------------------ Option Explicit Dim a As String, b As String, c As String, dle As String, dle2 As String, isDLE As STRING, i...
- Jan 05, 2006 2:36
- Forum: Tips and Tricks
- Topic: GetKeycode() keycodes for Inkey.
- Replies: 18
- Views: 7738
- Jan 05, 2006 2:30
- Forum: Tips and Tricks
- Topic: GetKeycode() keycodes for Inkey.
- Replies: 18
- Views: 7738
- Jan 02, 2006 7:21
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
Ok - I found a driver that works and also added the MODEMS sound driver also - Axtec or another manufacturer.. But the AT+FCLASS=8 works now and I can hear a click in the sound now because of the modem audio driver (unimodem) Ill look closer at the OPEN COM docs to set the RTS ans CTS for the mose m...
- Jan 01, 2006 19:49
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
Unless I need to send other commands before the 'AT+FCLASS=8' - my modem wont use it - all I get is error. The Conexant docs I have are very detailed - but its not clear about dependancy of modes. Also - the 'terminal' proggie you posted doesnt communicate with the modem - Ive been testing the AT co...
- Jan 01, 2006 5:01
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
- Dec 31, 2005 20:25
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
Thanks CoderJeff This is helpfull - I wasnt sure it was even possible to be so simple.. So, because of your particular modem, you basically (hehe - puns) told the modem the needed AT commands - then waited/listened for responses from modem. I s this correct? If so - its good and bad actually: My mod...
- Dec 27, 2005 22:50
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
Thanks for the reply... So - its mostly just a matter of knowing the correct 'AT' commands - is this what you were refering to here: I programmed the modem directly using the command specs from the technical manual. This made sense since I was only writing the application for a specific type of mode...
- Dec 26, 2005 3:53
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
- Dec 22, 2005 21:04
- Forum: Windows
- Topic: TAPI with freebasic
- Replies: 17
- Views: 5181
TAPI with freebasic
While im pretty new to freebasic - I have used basic for some time, but never for interfacing with hardware in windows. I have winXPSp2 and a modem thats all but useless now with broadband. I (*think*) understand there are WinAPI functions involved - as well as 3rd party lib to simplify TAPI interfa...
hehe leave it to a noob to cause a ruckus.. lol Any - THE FIRST thing I tried was copy and paste a 'complex' hello world' example - and the PRINT statement was in errror - as it turns out, the quotes needed deleteing and re-making to make it function - I thought before, I fixed the problem with chan...
WARNING!
I seem to have found that I can't copy and paste code into FBIDE from these forums. - I thinks its from CR/LF corruption. ??
But for a noob - it can be quite the painful learning experience.
But for a noob - it can be quite the painful learning experience.