Results 1 to 2 of 2

Thread: App to communicate with external device via serial port:

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    41

    Smile App to communicate with external device via serial port:

    Hi folks,

    At work I use one of these instruments which connects to a PC via the serial port. The software used to communicate with the device is a 16 bit DOS application and is a pain to use so I am hoping that I might be able to develop a simple tool in Visual C# that would replace it.
    The data received from the device is in *.csv format which I can then open in Excel, additionally through the software I can issue commands to delete the readings from the device, upload ID's to it, etc.

    For starters is there a way to programmatically "discover" the device's settings that it uses to communicate with the PC. By settings I mean things like the baud rate, parity, the number of data bits, the number of stop bits, etc, as I do not know these things as of yet. I'd be grateful for any help or advice that you might have to pass on.

    Thanks, and have a happy Christmas.
    Using: VB.net + C#.net 2005 Express Editions + .Net Framework 2.0

    ~ Man Is The Warmest Place To Hide ~

  2. #2
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: App to communicate with external device via serial port:


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width