Serial Port Component For Lazarus David
I am trying to write a program which will listen to the serial input from Arduino board connected via usb, and sending output to serial port (COM4). But I don't know how to get input from serial port in Delphi. I need program to listen to the port, and whenever the input comes, it should react to it. Any suggestions?
Tofig HasanovTofig HasanovAug 02, 2011 I tried to increase the bauds rate on the serial port communication to. I made a change on one of the properties of the Memo component in Lazarus. Dec 24, 2013 TLazSerial: serial port component for Lazarus (windows and linux). Free Pascal Website Downloads Wiki Bugtracker Mailing List Lazarus. Download 5dpo Components for Lazarus for free. 5dpo Components for Lazarus. 5dpo Component Library for Lazarus (Sdpo) provides a comport (serial port) component, an UVC video driver component for webcams, a Gtk fast painting form and a Joystick component. Download TComport Lazarus for free. OpenSource component library for serial communication. Comm port lazarus.
closed as too broad by MSeifert, greg-449, ivan_pozdeev, EdChum, DavidJan 4 '17 at 10:30
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3 Answers
http://sourceforge.net/projects/tpapro/ is a freeware tool we've used with great success for many years.
RobertFrankRobertFrankDavid Lazarus Artist
The already suggested tpapro will probably also do it, but I myself use TComport, which I consider slightly easier to use. It will has an event property onrxchar that triggers whenever a character arrives (and several options for other kinds of packets, including ASCII linediscipline).
I use it pretty much for the same kind of stuff, albeit with microchips mcus.
David Lazarus Columns
Marco van de VoortMarco van de VoortLazarus Software
I've used the Comport library of WinSoft for many... years. It´s excellent (0 bugs) and works with any version of windows.
The link is: http://www.winsoft.sk/comport.htm
Juan Carlos VelezJuan Carlos Velez