Click here to Skip to main content
15,886,199 members

Comments by SnowHow (Top 13 by date)

SnowHow 23-Mar-11 8:54am View    
Have you verified using a terminal program that the device is transmitting data?

Also ... you seem to have an extra semi colon ("COM3:") .... Try ("COM3") Also to be safe I suggest using the form "\\\\.\\COM3"
SnowHow 10-Nov-10 9:42am View    
I suppose you could always use Sleep(). There are alot of other options out there but that is really going to depend on what you are doing and why you want to hold on to that data for a little while..
SnowHow 10-Nov-10 8:40am View    
Are you never reaching your break condition? GetChar might not actually be working as specified as well as ClassifyTokenChar(ch) . What is ch anyhow what data type are you pulling from are you sure there is an EOF in ch?
SnowHow 27-Sep-10 8:38am View    
This is a very common programming test for game companies and research firms... There are more than likely plenty of answers on the internet however in the interest of actual learning write some code and if you have some issues come back with specific questions.
SnowHow 23-Sep-10 9:23am View    
things that make you go hmm