Hello good people :-)

Hello good people :-)
I intend to write a little hobby project which will require reading raw bytes from a serial COM port. In your experience, what would be a free and relatively painless Serial component to do the job? TComPort?
I have Delphi XE2, the project is for Windows only.
Thanks!

Comments

  1. synaser.pas looks great although I use spcomm maintained by myself, which is none-blocking IO and very light.  :)

    ReplyDelete
  2. Sam Shaw
    Yes can only vouch for the parts we use of the code which is mainly read related character by character.  From memory I think Warren split off his TComPort2010 version due to differences in Unicode implementation.  I need to take a look at the synapse one when we need this next. Do you have a link to your spcomm or is that proprietary ?  Does it have components to handle the available port, baud etc selection ?

    ReplyDelete
  3. Brett Wilton I'll arrange it then upload to github or bitbucket few days later. I'll inform you ASAP when done. :)

    ReplyDelete

Post a Comment