CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MikeAThon

Search: Search took 0.03 seconds.

  1. Replies
    20
    Views
    24,328

    Re: Help with Serial Communication - Please!

    Are you sure about this? In yesterday's post, you told us that comData contained "!ANG:0.43,2.05,-178.64", which does not contain an "X:" or "Y:" or "Z:".

    Please debug by single-stepping through...
  2. Replies
    20
    Views
    24,328

    Re: Help with Serial Communication - Please!

    Please show the code that is outputting this result. The "0x0018e4b4" is probably the memory location where the string shown is quotes is stored. If it's simply the memory location, then there is...
  3. Replies
    20
    Views
    24,328

    Re: Help with Serial Communication - Please!

    As I understand it, there is no such thing as a "Win32 CLR Application". A Win32 application is a compiled application (probably but not necessarily written in C or C++) whose output is machine...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured