Hi there,
I've got a program I wrote in C that I want to port to win32 with a nice interface. The problem comes from a do-while loop I had in my C program that waits for a user key-pressed ( kbhit() ).
In my interface, I'm using a STOP button in place of the kbhit() method. But my program...
I'm trying to send a WM_NOTIFY msg to my main class from a listener, however I get an access violation exception :(
I'm trying to find a sample of a program that uses a WM_NOTIFY with a OnNotify.
Or alternatively, is there another ways to tell my main class that something happen without writing...
kedrew,
Ok, I'll try to find this example. (I would appreciate if you could give me alink though )
I have the OnCommEvent() on both port, I'm not quite sure when it gets called. I have placed a TRACE() to see when it gets call and nothing! Well except when the connection is made not when...
Hi,
I've been trying, for a few days now, to use the MSCOMM OLE control to use the serial port on my PC. I'm trying to get&send data from one port to another one.
I have 2 Edit Boxes and 2 MSCOMM (one for each port).
Both COM have the same settings. Now to test it, I use the hyperterminal and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.