|
-
Sep 23rd, 2001, 08:34 PM
#1
qbasic: open "com1"
i need to send a file from one computer to another by a cable (9-pin or 25-pin)
i heard of the open com statement in qbasic but i dont know how it works
please help
-
Oct 13th, 2001, 04:53 PM
#2
Lively Member
I am relying on memory now but...
MyFile=Freefile
Open "COM1:96,N,8,1" for binary as #MyFile
opens COM1 at 9600 with no parity, 8 data bits and 1 stop bit. Unfortunately, it relys upon the operating system to do this and struggles under NT/2000. Additionally, last time I used it, 9600 baud was the fastest you coud go.
-
Oct 22nd, 2001, 09:35 AM
#3
Hyperactive Member
Depending on the QBasic version you are using. I did 115200Bps with Qbasic Extended 7.0....
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
|