Author Topic: Serial communication in C#  (Read 6728 times)

SeGrO

  • Newbie
  • Posts: 1
  • I'm a llama!
    • View Profile
Serial communication in C#
« on: August 04, 2005, 08:58:26 AM »
I am trying to interface the TM100 1616 with the PC using one of the serial comm ports. I am writing the user interface in C#. The user interface program will continuously poll the PLC to get counter, DAC, and other status variables. The problem that I am encountering is the serial communication in C#. Does anyone know of any libraries that would accomplish serial communication in C#? I know that they exist out there, but the only ones that I have been able to find are really expensive for my student pocket. I would really appreciate it if someone could direct me to a good, maybe free, serial communications library.


Thanks,

SeGrO  

Joel Moore

  • Full Member
  • Posts: 128
    • View Profile
Re:Serial communication in C#
« Reply #1 on: August 24, 2005, 12:04:21 PM »
You have a few options that I know of:
« Last Edit: August 24, 2005, 12:05:30 PM by Joel Moore »