Search found 4 matches

by adamjsawyer
Fri Aug 12, 2005 9:42 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with a QB program reading data from serial port please
Replies: 7
Views: 8861

wow i appreciate the in depth information. I have already grabbed a java program which can send data to and pro between two win xp machines. I need to modify that program to receive the data from the PDP11. Probably the only question I have now is whether the OPEN COM statement in the code I provide...
by adamjsawyer
Thu Aug 11, 2005 11:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with a QB program reading data from serial port please
Replies: 7
Views: 8861

thanks I'll keep that in mind
by adamjsawyer
Thu Aug 11, 2005 11:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with a QB program reading data from serial port please
Replies: 7
Views: 8861

The old receiving program is quickbasic. i need to understand that program so i can write a windows program to replace it. i'm thinking of using Delphi 6, since the workstation the program will run on is win98 with no .NET I'm very interested in the exact setup of the serial communications, as there...
by adamjsawyer
Thu Aug 11, 2005 11:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with a QB program reading data from serial port please
Replies: 7
Views: 8861

Help with a QB program reading data from serial port please

:shock: I have a quickbasic (QBC) program I'm trying to understand. It is reading data from a serial port and saving it into a file. Here is the section of code I'm interested in, I am particularly interested in the settings for the serial communication. The sender is a bastardised PDP11 machine, an...