hi guy's, i'am a newbie hear don't know where to post my stuff. I'am writing a auto dialer in qbasic 64 with windows 7. I have a usb dial up data/fax modem. Fax works great but my program is not talking to the usb modem hears what i did to access the com port in qbasic
OPEN"COM1:9600,N,8,1" AS FOR RANDOM #1
SUCCESS OPENING USB COM PORT
THEN I DID THIS
PRINT #1,"ATDT"
error message as follows
bad file name line 14
i use line numbers is there a reason why it telling me this it does not like print#1,"atdt" thats where i'am getting the error from what do i need to add please help goltar
OPEN"COM1:9600,N,8,1" AS FOR RANDOM #1
SUCCESS OPENING USB COM PORT
THEN I DID THIS
PRINT #1,"ATDT"
error message as follows
bad file name line 14
i use line numbers is there a reason why it telling me this it does not like print#1,"atdt" thats where i'am getting the error from what do i need to add please help goltar