CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 21

Threaded View

  1. #14
    Join Date
    Apr 2012
    Posts
    18

    Re: Help with Serial Communication - Please!

    Got it!!!

    I found a few examples using CSerial... but I was missing this serial.lib, built the library separately, added it to my project and it worked!
    For anyone that just needs a quick Copy/Paste Serial Communications Example, here is the header file, Library and .CPP <attached>

    Just wanted to say thanks again for the help / push in the right direction.
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured