> Also, using "_COMTERM" and any parameters combination in "_COMINI"
> I'm not able to communicate with the modem (not sending nor receiving
> data)... :(
I don't know anything about accessing the modem from Basic...
However I know that you must send commands to the modem terminated by a <CR>
(CHR$(13)). Not by a <LF>, nor by a <CRLF>.
And I don't know if input$ can be used with external devices... In case it
can, shouldn't you use INPUT$(1,#1) or something like that??? Anyways, it
seems best to me to use a LINE INPUT A$,#1, and then do IF A$<>"OK" THEN
PRINT "Error"
~Grauw
--
>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<
email me: [EMAIL PROTECTED] or ICQ: 10196372
visit my homepage at http://grauw.blehq.org/
>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<
****
Problems? contact [EMAIL PROTECTED] See also http://www.faq.msxnet.org/
****