The data is flying into that COM port perfectly... I've gone through the Tutorial to make a Win32 CLR Application and that works perfectly too.
The problem is, I need to make this work with a Win32 /MT Application - When I try to tell VC++ to use the Common Language Library it says:
Command line error D8016: '/clr' and '/MT' command-line options are incompatible
When I use ReadFile(blah,blah,blaH) All I get is the bytes... I need the Text that it is sending!
I will seriously PayPal someone $10 for a beer if they can help me get the COM Port Data/Text working!
Bookmarks