TLazSerial v0.1
Serial Port Component for Lazarus (windows and linux).
Based on :
- SdpoSerial v0.1.4
CopyRight (C) 2006-2010 Paulo Costa
paco@fe.up.pt
- Synaser library by Lukas Gebauer
- TcomPort component
Features :
Changed : baudrate values.
stop bits new value : 1.5
new event : onstatus
new property FRcvLineCRLF : if this property is true, you use RecvString
in place of RecvPacket when you read data from the port.
new procedure ShowSetupDialog to open a port settings form :
the device combobox contain the enumerated ports.
new procedure to enumerate real serial port on linux ( in synaser).
Demo : a simulator of serial port gps + serial port receiver :
you can send NMEA frames ( GGA GLL RMC) to the opened serial port
(start gps simulator). You can change speed and heading.
In the memo you can see what is received from the opened serial port.
In the status bar you can see the status events.
tested with windows 7 and Ubuntu 12.04
Partager