Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
how to convert byte[] array to int or hex form of data in c#
Posted
Updated 5-Aug-15 5:19am
v2
Comments
[no name] 28-Jul-15 7:41am    
Since you did not ask a question or tell us about any problem with your code, what sort of "help" is it that you expect?
Sergey Alexandrovich Kryukov 9-Sep-15 10:05am    
Too vague question irrelevant to charts.
—SA

1 solution

Hello there!

First u`ll need some Mock datasource let say your data struct is a simple

C#
int sampleData = 0;


second u`ll need some Demo simulator that we`ll read your data from the serial interface every x milliSecond (use thread timer)

Third and Finally, u need to update your chart data with the new fresh simulated sample

that`s all

hope we`ll help although the short form of my answer
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 9-Sep-15 10:06am    
Sorry, this "answer" is nearly as much of gibberish as the question.
—SA

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