Serial Port Component For Lazarus Log

Hi all,

For

After a long time, i decided to go ahead to develop a program to read the data from different sensors installed in my arduino board, based on the use of Pascal on Lazarus open source.

I located also this component to establish the serial communication between arduino and lazarus:http://wiki.lazarus.freepascal.org/5dpo

How to use it is explained in this webpage:EDITED:http://www.laboelectronique.be/english/laz_serial_ang.html

Gratis Serial Port component for Delphi XE8 or Lazarus IDE. Does anyoen know of one? Not by Googling, but one that you use yourself. Gratis delphi lazarus-ide serial-port. Note that it needs to be compiled by Lazarus as it needs the LCL components to work with Synapse: program sshtest; Test program for telnetsshclient Written by Reinier Olislagers 2011. Modified for libssh2 by Alexey Suhinin 2012. You select the serial port your external hardware is connected to, and click the program's 'Open Port' button. At this point, you'll be able to send 'stuff' to the external hardware,. OpenSource component library for serial communication TComport Lazarus This project is the conversion of the Comport Package of dejancrn and dybdahl, for lazarus pascal project.

and here is the example code for a simple Lazarus application:http://www.laboelectronique.be/fich_joints/serial_laz_file.zip

TLazSerial: serial port component for. I have installed Lazarus 1.0.6. 22 errors trying to compile the component! Surely, there must be a way to read the. I used GetSerialPortNames to retrieve available ports. I have already added user to the dialout group. While program is running under IDE debugging, it can view all available serial ports.

and this is the code proposed in this webpage to have a reply from the Arduino:

Now, my problem is that when the monitor terminal at the simple program returns something, it is divided in different lines. For example, the two sentences included in the Setup() section of the arduino code appear on the terminal, but divided in different lines like this:

Arduino Serial Linkconnected!

Any idea about how could i have each sentence contained in one 'Serial.println()' command into a unique line?

Serial Port Component For Lazarus Logic

Thanks!