[HELP] How to read data from serial port?

Get answers to all your basic programming questions. No Ogre questions, please!
cliffzxc
Gnoblar
Posts: 1
Joined: Thu Jan 10, 2013 6:41 am

[HELP] How to read data from serial port?

Post by cliffzxc »

Hey there,

I'm involved in such a problem: How could I read data from serial port in OGRE (IDE:VS 2010)? Would you please show me where can I find this or tell me directly? Thank you very much!!!!!!
User avatar
Kojack
OGRE Moderator
OGRE Moderator
Posts: 7157
Joined: Sun Jan 25, 2004 7:35 am
Location: Brisbane, Australia
x 535

Re: [HELP] How to read data from serial port?

Post by Kojack »

Ogre has nothing to do with serial ports, it's a graphics library.
Have a look here for a tutorial on using serial ports in visual studio: http://www.codeproject.com/Articles/306 ... n-on-Win32