Click here to Skip to main content
15,889,874 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hello,

I am working with USB. I want to read from a USB and draw a curve in the c++ from my input data. I don't know how to draw this, I mean I don't know any thing about software. I have completed it's hardware. Can you please me in it's programming?

bye

[edit]Title changed to more meaningful subject, "How do I do it?" does not tell anyone what you are trying to achieve. OriginalGriff[/edit]
Posted
Updated 17-Apr-10 22:51pm
v4

Check out rent-a-coder. They have people there that love working for almost nothing.
 
Share this answer
 
Well, nobody's going to make the work for you. So, if you have no knowledge in C++, I suggest that you either hire someone or start learning it yourself (buy a book for instance).

Now, to give some pointers for your question, you have to separate the two tasks: reading the data from USB and drawing it.
For reading data from USB, it all depends which type of device your are communicating with. You need to have access to the driver of the device. So, depending on the device, the way to do this is completely different. USB is not at all similar as a serial port.

For the drawing part, you can take a look at my sig, there's a link to a chart control that I developped which coulb be useful for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900