Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tim222

  1. Tim222

    C++ and COM Commnication without MFC

    well using stdio.h you can declare a pointer to a file object then open the file using fopen and use the name of the port as the file path . then write to the file using fwrite somthing like this #include <stdio.h> FILE*port; port=fopen(&quot;COM2&quot;,&quot;w+&quot;)...

Part and Inventory Search

Back
Top