|
-
Nov 9th, 2000, 11:50 PM
#1
Thread Starter
Addicted Member
Code:
OPEN "COM1:9600,8,N,1" FOR RANDOM AS #1 LEN=LEN(256)
PRINT #1, "ATDT"
PRINT #1, "555-1212" ' Not my number
PRINT "PRESS SPACE WHEN YOU HAVE PICKED UP THE RECIEVER."
DO WHILE INKEY$ <> " ": LOOP
PRINT #1, "ATH"
CLOSE #1
That should work, but I did not test it.
Brian
Programming: VB5 Pro (SP3) - QBasic 1.1,4.5
Internet: HTML 4, CSS, JavaScript
Visit AltInt.com!
-
Nov 9th, 2000, 11:50 PM
#2
Thread Starter
Addicted Member
Sorry, this was supposed to be a reply to the autodial question.
Brian
Programming: VB5 Pro (SP3) - QBasic 1.1,4.5
Internet: HTML 4, CSS, JavaScript
Visit AltInt.com!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|