Thread: Serial port reading

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    11

    Serial port reading

    I'm trying to make a program in C# that reads some characters from an external device attached to serial port. I've looked in MSDN but I couldn't figure out anything. It seems to be complicated because of all the multithreading and multitasking in Windows. I just need to read several characters that are sent periodically (e.g every 5sec) from a device. Help, please...

  2. #2
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    I've never tried what you are asking, but you might find this a little interesting: http://msdn.microsoft.com/coding4fun...e/default.aspx

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Send image (.jpg) file over serial port
    By aSpareName in forum Networking/Device Communication
    Replies: 2
    Last Post: 06-30-2009, 09:35 AM
  2. serial port to poll on request
    By infineonintern in forum C++ Programming
    Replies: 2
    Last Post: 06-11-2009, 06:52 AM
  3. Replies: 2
    Last Post: 05-22-2008, 11:43 PM
  4. Reading and writing to a serial port
    By SwarfEye in forum C Programming
    Replies: 2
    Last Post: 08-18-2006, 12:28 AM
  5. DOS, Serial, and Touch Screen
    By jon_nc17 in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 01-08-2003, 04:59 PM