Serial Port Delphi Component

Serial Port Delphi Component Rating: 6,4/10 3895 reviews
  1. Delphi 5 Serial Port Component

Gratis Serial Port component for Delphi XE8 or Lazarus IDE. Ask Question Asked 9 months ago. Viewed 55 times 0. Does anyoen know of one? Not by Googling, but one that you use yourself. Gratis delphi lazarus-ide serial-port. Share improve this question. Asked Jan 22 at 19:15. Serial Communications Library for Windows and Linux. SuperCom is a serial port communication library. Serial communications functions, Serial Component, read write serial port, send data to serial port Library. Serial I/O, Serial Port I/O support serial file transfer protocols ZMODEM file server, YMODEM, XMODEM-1K, KERMIT, ASCII.

At first sight it looked too good.I have installed the TMS trial component. When I run the project it asks for a.pas file. (VaComm1.pas)The TMS component is also written in pascal.$75 is not too bad. I need it for a project and takes me at least one day to create a simple component myself. Using separate threads to receive the data takes even longer.Maybe the easiest approach is to use one of these msvc projects and convert it to bcb.codeproject has a few usefull projects that might be suitable to convert, but it is still a lot of work:Computer programmers don't byte, they nibble a bit RE: Serial port component (Programmer). Hi James,I modified a simple class to communicate with the serial port. Found the original on the codeproject site.I will start with a receiving thread tomorrow.This zip contains a test project written in bcb6It only starts the log function for a microcontroller board that I recently developed.

For me this is the easiest way to generate al lot of serial datahave fun with itComputer programmers don't byte, they nibble a bit RE: Serial port component (Programmer) 24 Mar 10 12:09. I'll take look see. My app requires a thread that listens to a serial port for data coming from a PLC component. The old AsyncPro was threaded for me so it was super easy to set up.

Port

If you are still using BCB6, AsyncPro will work for you. That's what I used in BCB6.Now I'm using RAD Studio (C Builder) 2010 and everything has to use Unicode so I have to look for components that can use Unicode.James P.

CottinghamI'm number 1,229!I'm number 1,229! RE: Serial port component (Programmer). This version has a thread to read from the serial port. I deliberately did not use events because we need a window handle to send the events. I do not have plans to put it in a component yet.

The idea is, when I leave it in a class there are no compiler dependencies.I have replaced the zip on my server:It does exactly what I need at the moment, just communication.I keep looking for a vcl component to be able to handle the other comport events. For the current project I need communication without handshaking.

Serial port delphi component chartSerial Port Delphi Component

Delphi 5 Serial Port Component

But if you find a c component that handles the complete serial port, please let me know.Computer programmers don't byte, they nibble a bit RE: Serial port component (Programmer) 25 Mar 10 10:12.