Hi,
I am trying to write a program, basically a terminal emulator
(with 24x80 display) that receives data from the serial port,
displays new data on the bottom line and scrolls old data up a
line, and sends keyboard data out the serial port.
VB has problems keeping up with the serial data (depending on
what the other applications are doing) and also cannot keep
up with the display requirements.
I purchased PB/DLL and am trying to come up to speed with it.
I have compiled the "serial.bas" sample program which is very
close to what I need to do. The program puts the received data
in a text box, but the text scrolls up so slow, it doesn't look
like it could keep up with 300 baud, much less 38,400 baud or more.
Can anyone help me with this, or guide me to information on
creating a text window/box that can scroll data (24 x 80 format)
at a very high speed. It doesn't have to have the ability of
scrolling backwards with a scroll bar. The old data can just
be ignored after it has scrolled off the screen. I just need a
simple fixed column width font, just like an old "Adam" terminal.
Thank you very much for your time,
Russ
I am trying to write a program, basically a terminal emulator
(with 24x80 display) that receives data from the serial port,
displays new data on the bottom line and scrolls old data up a
line, and sends keyboard data out the serial port.
VB has problems keeping up with the serial data (depending on
what the other applications are doing) and also cannot keep
up with the display requirements.
I purchased PB/DLL and am trying to come up to speed with it.
I have compiled the "serial.bas" sample program which is very
close to what I need to do. The program puts the received data
in a text box, but the text scrolls up so slow, it doesn't look
like it could keep up with 300 baud, much less 38,400 baud or more.
Can anyone help me with this, or guide me to information on
creating a text window/box that can scroll data (24 x 80 format)
at a very high speed. It doesn't have to have the ability of
scrolling backwards with a scroll bar. The old data can just
be ignored after it has scrolled off the screen. I just need a
simple fixed column width font, just like an old "Adam" terminal.
Thank you very much for your time,
Russ
Comment