drawing a signal
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi, I get some signals from COM port in binary number ( 8 bit ) . I also write code to change them into decimal number . But i don ' t know how to draw them ( like a sound wave ).Can anyone help me ? Sorry if my English is bad . Thanks .
Look into the Graphics and Bitmap classes, they will tell you all you need to know for how to draw stuff. The specifics of how you want to represent your data is up to you.