by dlzc <dlzc1@[EMAIL PROTECTED]
>
Jan 14, 2008 at 12:51 PM
Dear Roby:
On Jan 14, 8:31=A0am, "Roby" <NoS...@[EMAIL PROTECTED]
> wrote:
> Using RS232 Clipper 5.2 functions to connect a
> radio-modem and receive various caracter strings.
> With seek Clipper functions I'm using those strings
> for searching data within dbf database. During this
> elaboration (search & view data) stopping
> rs232 (rts/cts) to prevent los data.
You could parse and store incoming information in a separate
transaction file (or array), and just let the information flow in.
http://www.the-oasis.net/ftpmaster.php3?content=3Dftpgenrl.htm
=2E.. down to schedu.zip
Or just write a separate Clipper application that controls the serial
port and dumps to disk, with your "seek and display" program only
monitoring the disk file (assuming you are running some sort of
WinDoze).
> Is possible to manage all with telnet (Internet) ?
> Any Clipper Telnet freeware library ?
I could not find one.
David A. Smith