Re: [fpc-pascal] com port using prolific driver

2011-03-20 Thread Luca Olivetti
Al 20/03/11 19:47, En/na johnelee1...@googlemail.com ha escrit: > Paul and other responders, thanks. Think I'm a bit clearer how to do it now. > > q1) My com device is an energy monitor that sends a block of xml data, 1000 > bytes or so, every 6 secs. Guess this means I might be better 'using get

Re: Re: [fpc-pascal] com port using prolific driver

2011-03-20 Thread johnelee1944
Paul and other responders, thanks. Think I'ma bit clearer how to do it now. q1) My com device is an energy monitor that sends a block of xml data, 1000 bytes or so, every 6 secs. Guess this means I might be better 'using getbuf or whatever it's called in synaser, rather than single char at a

Re: [fpc-pascal] com port using prolific driver

2011-03-13 Thread Jorge Aldo G. de F. Junior
try synaser, its portable across various O.S. and provides a very modern interface. 2011/3/12 Paul Breneman : > John, > >> I'm trying to get data from a device via a serial (com) port, 9600 baud, >> connected via the prolific cable (serial to usb). This allows one to >> connect >> a serial device

Re: [fpc-pascal] com port using prolific driver

2011-03-12 Thread Paul Breneman
John, I'm trying to get data from a device via a serial (com) port, 9600 baud, connected via the prolific cable (serial to usb). This allows one to connect a serial device via a usb port (many new PCs do not have a real serial port. I've loaded the prolific driver. Anyone have fpc program that

Re: [fpc-pascal] com port using prolific driver

2011-03-12 Thread Gene Buckle
On Sat, 12 Mar 2011, John Lee wrote: I'm trying to get data from a device via a serial (com) port, 9600 baud, connected via the prolific cable (serial to usb). This allows one to connect a serial device via a usb port (many new PCs do not have a real serial port. I've loaded the prolific driver

[fpc-pascal] com port using prolific driver

2011-03-12 Thread John Lee
I'm trying to get data from a device via a serial (com) port, 9600 baud, connected via the prolific cable (serial to usb). This allows one to connect a serial device via a usb port (many new PCs do not have a real serial port. I've loaded the prolific driver. Anyone have fpc program that'll work