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

Threaded View

  1. #11
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: recieving 3 value in uart

    btw My coding style for com is a bit old fashioned. Largely because I have been doing this for a long time. As I have mentioned before the on Comm events was not always as realible as it is now and as mentioned here not all devices behave the same way. The methods I use have been working for me in every case for the last 15 years with evey kind of device I have tried, blue tooth, usb adapters, digi boards internal and external modems and so on. I haven't saw a single error in the code for over 14 years now and my major serial program that I released 14 years ago runs on hundreds if not thousands of systems without a single bug being reported after the first 3 months. [bugs related to init string for off brand modems under windows 95]
    Last edited by DataMiser; June 23rd, 2010 at 10:15 AM.
    Always use [code][/code] tags when posting code.

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