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

Search:

Type: Posts; User: Cimperiali

Search: Search took 0.94 seconds.

  1. Re: Displaying data graphically (Ultrasonic radar)

    Ehy! I had to come back to the article and look at author and at picture of the author...Why did not you write under your name your nick too?


    btw, great article and great post.
  2. Re: Displaying data graphically (Ultrasonic radar)

    SetPixel will allow you to design point by point
    http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.setpixel.aspx

    DrawLine will allow you to draw a line between two points...
  3. Re: Displaying data graphically (Ultrasonic radar)

    so your question is how to read from Com port?

    http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(v=vs.100).aspx


    http://support.microsoft.com/kb/904795/
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured