S
Stanley
Hi all,
Can anyone tell me whether visual studio .net supports serial port
accessibility. I am now doing a project, an unspecified machine is pluged
into computer's serial port. GUI is necessary. After i searched the MSDN, I
cannot found any solution about how VS .net handles com port reading. I
wouldn't like to spend a lot of time on GUI design, so C language is not
preferred. So, somebody said that i should use VB or C# to develop a program
which can read data from serial port. Thank you for your attention.
Some information:
- the machine returns 8 numbers to computer periodically (< 1 second)
- Number includes hex. and binary value, e.g. hhbbbbbb
h = hex, b = binary value
cheers,
Stanley
Can anyone tell me whether visual studio .net supports serial port
accessibility. I am now doing a project, an unspecified machine is pluged
into computer's serial port. GUI is necessary. After i searched the MSDN, I
cannot found any solution about how VS .net handles com port reading. I
wouldn't like to spend a lot of time on GUI design, so C language is not
preferred. So, somebody said that i should use VB or C# to develop a program
which can read data from serial port. Thank you for your attention.
Some information:
- the machine returns 8 numbers to computer periodically (< 1 second)
- Number includes hex. and binary value, e.g. hhbbbbbb
h = hex, b = binary value
cheers,
Stanley