Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
QuestionI can't draw a graph from serialport Data using zedgraph Pin
IlYes Del_SaVior15-May-19 23:04
IlYes Del_SaVior15-May-19 23:04 
AnswerRe: I can't draw a graph from serialport Data using zedgraph Pin
Richard MacCutchan15-May-19 23:33
mveRichard MacCutchan15-May-19 23:33 
GeneralRe: I can't draw a graph from serialport Data using zedgraph Pin
IlYes Del_SaVior15-May-19 23:35
IlYes Del_SaVior15-May-19 23:35 
AnswerRe: I can't draw a graph from serialport Data using zedgraph Pin
OriginalGriff16-May-19 1:18
mveOriginalGriff16-May-19 1:18 
GeneralRe: I can't draw a graph from serialport Data using zedgraph Pin
Richard MacCutchan16-May-19 1:19
mveRichard MacCutchan16-May-19 1:19 
AnswerRe: I can't draw a graph from serialport Data using zedgraph Pin
Gerry Schmitz16-May-19 4:04
mveGerry Schmitz16-May-19 4:04 
AnswerRe: I can't draw a graph from serialport Data using zedgraph Pin
Luc Pattyn16-May-19 4:25
sitebuilderLuc Pattyn16-May-19 4:25 
GeneralRe: I can't draw a graph from serialport Data using zedgraph Pin
Jeff_T_123416-May-19 16:42
Jeff_T_123416-May-19 16:42 
I agree that the problem should be split into small pieces and that verifying the serial side of things would be a good place to begin.

Can we see the instructions from the arduino that actually transmit the data, the fact you are using a micro controller gives you a certain degree of control over the serial protocol.

I assume the data is being transmitted in a loop, how fast is the controller repeating the transmission loop and at what baud rate.

If the transmission is too fast then it might not be possible to process the incoming and update a chart at the same time without buffer over run, which would be pointless anyway because you would be unable to read the chart as it updated at those speeds, this can be overcome by storing the data in memory and displaying it at a slower rate but this also has its limitations.
GeneralRe: I can't draw a graph from serialport Data using zedgraph Pin
Luc Pattyn16-May-19 16:45
sitebuilderLuc Pattyn16-May-19 16:45 
GeneralRe: I can't draw a graph from serialport Data using zedgraph Pin
Jeff_T_123416-May-19 16:47
Jeff_T_123416-May-19 16:47 
GeneralRe: I can't draw a graph from serialport Data using zedgraph Pin
Luc Pattyn16-May-19 16:49
sitebuilderLuc Pattyn16-May-19 16:49 
AnswerRe: I can't draw a graph from serialport Data using zedgraph Pin
Jeff_T_123416-May-19 16:57
Jeff_T_123416-May-19 16:57 
QuestionWhy is this necessary? Pin
Brian_TheLion15-May-19 19:48
Brian_TheLion15-May-19 19:48 
AnswerRe: Why is this necessary? Pin
OriginalGriff15-May-19 20:05
mveOriginalGriff15-May-19 20:05 
GeneralRe: Why is this necessary? Pin
Brian_TheLion16-May-19 13:50
Brian_TheLion16-May-19 13:50 
GeneralRe: Why is this necessary? Pin
OriginalGriff16-May-19 20:14
mveOriginalGriff16-May-19 20:14 
GeneralRe: Why is this necessary? Pin
Brian_TheLion17-May-19 15:35
Brian_TheLion17-May-19 15:35 
GeneralRe: Why is this necessary? Pin
OriginalGriff17-May-19 20:09
mveOriginalGriff17-May-19 20:09 
AnswerRe: Why is this necessary? Pin
OriginalGriff15-May-19 21:32
mveOriginalGriff15-May-19 21:32 
GeneralRe: Why is this necessary? Pin
Brian_TheLion16-May-19 15:02
Brian_TheLion16-May-19 15:02 
GeneralRe: Why is this necessary? Pin
BillWoodruff17-May-19 15:18
professionalBillWoodruff17-May-19 15:18 
GeneralRe: Why is this necessary? Pin
OriginalGriff17-May-19 19:59
mveOriginalGriff17-May-19 19:59 
GeneralRe: Why is this necessary? Pin
jschell18-May-19 6:52
jschell18-May-19 6:52 
AnswerRe: Why is this necessary? Pin
Richard Deeming16-May-19 1:47
mveRichard Deeming16-May-19 1:47 
GeneralRe: Why is this necessary? Pin
OriginalGriff16-May-19 2:44
mveOriginalGriff16-May-19 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.