|
Prev: CComBSTR vs string
Next: C++ Vs C#
From: Sinex on 3 Jun 2006 09:57 Hi, I need a sample application in VC++ that works similar to Hyperterminal. Is there something from Microsoft? The code should use an event based approach to reading from the serial port. regards, Sinex
From: Jochen Kalmbach [MVP] on 3 Jun 2006 10:02 Hi Sinex! > I need a sample application in VC++ that works similar to Hyperterminal. > Is there something from Microsoft? The code should use an event based > approach to reading from the serial port. I always recommend: http://www.codeproject.com/system/serial.asp -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/
From: Scott McPhillips [MVP] on 3 Jun 2006 10:51 Sinex wrote: > Hi, > I need a sample application in VC++ that works similar to Hyperterminal. > Is there something from Microsoft? The code should use an event based > approach to reading from the serial port. > > regards, > Sinex > > Here's a complete application like Hyperterminal, and it's the definitive Microsoft tutorial and sample for handling serial ports. <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/msdn_serial.asp> -- Scott McPhillips [VC++ MVP]
|
Pages: 1 Prev: CComBSTR vs string Next: C++ Vs C# |