Tech Support > Microsoft Windows > Development Resources > Serial programming in win 32
Serial programming in win 32
Posted by saran.jegan@gmail.com on May 2nd, 2007


i need to get an input from a external key pad through serial port and
need to operate the game functionality ,with respect to the external
keypad input,how should i do this, what steps i need to fallow , i
know how to open,read , write in serial port,but i need to know how
should i implement this functionality

thanks form your time


Regards

Posted by Bruce Varley on May 2nd, 2007



<saran.jegan@gmail.com> wrote in message
news:1178108281.808483.162510@h2g2000hsg.googlegro ups.com...
Assuming that you're considering C++, as good a place to start as any is the
article in MSDN "Serial Communications in WIN32" by Allen Denver.
Be prepared for a signficant learning curve.




Posted by saran.jegan@gmail.com on May 2nd, 2007


On May 2, 6:15 pm, "Bruce Varley" <bxvar...@weastnet.com.au> wrote:

oh..thanks Bruce...let me fallow your suggestion...will back with
feedback

thanks for your time

Saran.jegan@gmail.com



Posted by Scott McPhillips [MVP] on May 2nd, 2007


saran.jegan@gmail.com wrote:
The referenced article is the seminal source of how to do serial comm in
Win32. But it is also rather dated. Use it for education. But check
out PJ Naughter's CSerialPort class here to make life easier:

http://www.naughter.com/

--
Scott McPhillips [VC++ MVP]



Similar Posts