Click here to Skip to main content
15,888,088 members
Home / Discussions / C#
   

C#

 
GeneralRe: Collecting my replies Pin
BillWoodruff17-May-19 16:50
professionalBillWoodruff17-May-19 16:50 
GeneralRe: Collecting my replies Pin
Brian_TheLion17-May-19 19:15
Brian_TheLion17-May-19 19:15 
AnswerRe: Collecting my replies Pin
Gerry Schmitz17-May-19 15:28
mveGerry Schmitz17-May-19 15:28 
GeneralRe: Collecting my replies Pin
Brian_TheLion17-May-19 17:59
Brian_TheLion17-May-19 17:59 
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 
So start from the beginning and work out where the problem is.
Start by disabling the serial port, and adding random values in your tick handler. Does that do what you wanted - does the graph change each tick?

If it does, then start looking at the serial port.
If it doesn't, then look at the timer, and prove that's working at the interval you expect.
If it is, then look at your graphing package and work out why it's not updating.
If it isn't, then look at why.

Reduce the problem to smaller and smaller areas - it's one of the key parts of both design and debugging!
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

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 
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 

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.