Serial Port library in .NET C++

A

awu

Hi, All:
I need to use RS232 port on the PC to read to my window application and
write out via the same port using separate the thread than my main
thread. I plan to use .NET C++ MFC Application.

I have been reading all the useful information on the web. I found
Ramon deKlein 's "Serial library for C++" is most closed article I can
use.

Has someone used his library on .NET C++ environment? Which class
(CSerial or CSerialEx) I should use? I would like to use overlapped
mode to give user better response.

Or other suggestion?

Thank you
awu10
 
B

Bruno van Dooren

I need to use RS232 port on the PC to read to my window application and
write out via the same port using separate the thread than my main
thread. I plan to use .NET C++ MFC Application.

I have been reading all the useful information on the web. I found
Ramon deKlein 's "Serial library for C++" is most closed article I can
use.

Has someone used his library on .NET C++ environment? Which class
(CSerial or CSerialEx) I should use? I would like to use overlapped
mode to give user better response.

Hi,

what do you mean by '.NET C++ MFC'?
an MFC application compiled with /clr?

If you use .NET with Visual C++ 2005 you can use the SerialPort class.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top