Click here to Skip to main content
15,897,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWhat's wrong in my code? Pin
.NetRams31-Jan-07 1:32
.NetRams31-Jan-07 1:32 
AnswerRe: What's wrong in my code? Pin
Dave Sexton31-Jan-07 3:21
Dave Sexton31-Jan-07 3:21 
GeneralRe: What's wrong in my code? Pin
Guffa31-Jan-07 5:59
Guffa31-Jan-07 5:59 
AnswerRe: What's wrong in my code? Pin
Christian Graus31-Jan-07 9:19
protectorChristian Graus31-Jan-07 9:19 
GeneralRe: What's wrong in my code? Pin
.NetRams31-Jan-07 17:08
.NetRams31-Jan-07 17:08 
AnswerRe: What's wrong in my code? Pin
TwoFaced31-Jan-07 18:45
TwoFaced31-Jan-07 18:45 
Questionreal time graphics in VB.net from serial port Pin
2of10031-Jan-07 0:50
2of10031-Jan-07 0:50 
AnswerRe: real time graphics in VB.net from serial port Pin
Johan Hakkesteegt1-Feb-07 2:47
Johan Hakkesteegt1-Feb-07 2:47 
Hi James,

I doubt that the limitation you are encountering can be found in any programming language. Generally speaking, 80 lines of code is next to nothing, where processing time is concerned. However if you run it on a machine with a Xeon processor, ofcourse it will be executed much faster than on a machine with a 386. What I mean to say, is that it is near impossible to predict whether your app will encounter this problem on every possible hardware configuration, or whether it specifically will not encounter it on a certain configuration.

Otherwise, you could look into buffering the data lines. After all if you are creating a graph, it is obviously meant for a user to look at. If the graph plots at say 140 points (point per data line) per second, its going to be a blur for the user anyway.
You could on the other hand have your graph plot at real time speed, up until that 70 data lines / sec limit, then level off, and have it take its subsequent data from the buffer. If you like, you could just inform the user that the actual speed is in excess of x.

I hope this helps you,

Johan

My advice is free, and you may get what you paid for.

QuestionHow to enable users to draw line on windows form vb.net? Pin
.NetRams31-Jan-07 0:11
.NetRams31-Jan-07 0:11 
AnswerRe: How to enable users to draw line on windows form vb.net? Pin
Christian Graus31-Jan-07 0:23
protectorChristian Graus31-Jan-07 0:23 
Question.Net Framework Pin
Manas'30-Jan-07 23:51
Manas'30-Jan-07 23:51 
AnswerRe: .Net Framework Pin
Meg W31-Jan-07 2:09
Meg W31-Jan-07 2:09 
Question[Message Deleted] Pin
TheApocalypse30-Jan-07 23:25
TheApocalypse30-Jan-07 23:25 
AnswerRe: Urgent ! Free Hand Drawing Pin
TwoFaced30-Jan-07 23:41
TwoFaced30-Jan-07 23:41 
AnswerRe: Urgent ! Free Hand Drawing Pin
Christian Graus31-Jan-07 0:04
protectorChristian Graus31-Jan-07 0:04 
GeneralRe: Urgent ! Free Hand Drawing Pin
.NetRams31-Jan-07 1:40
.NetRams31-Jan-07 1:40 
GeneralRe: Urgent ! Free Hand Drawing Pin
Christian Graus31-Jan-07 8:47
protectorChristian Graus31-Jan-07 8:47 
QuestionMDI Form Pin
skandaapriya30-Jan-07 23:18
skandaapriya30-Jan-07 23:18 
QuestionHow i can export data from grid to excel Pin
saravanaks30-Jan-07 23:07
saravanaks30-Jan-07 23:07 
AnswerRe: How i can export data from grid to excel Pin
Hari Om Prakash Sharma31-Jan-07 0:55
Hari Om Prakash Sharma31-Jan-07 0:55 
QuestionMDI forms Pin
skandaapriya30-Jan-07 23:06
skandaapriya30-Jan-07 23:06 
Questioni want to create my own button in vb.net Pin
anujose30-Jan-07 22:29
anujose30-Jan-07 22:29 
AnswerRe: i want to create my own button in vb.net Pin
haneef130-Jan-07 22:53
haneef130-Jan-07 22:53 
GeneralRe: i want to create my own button in vb.net Pin
Guffa30-Jan-07 22:56
Guffa30-Jan-07 22:56 
AnswerRe: i want to create my own button in vb.net Pin
Guffa30-Jan-07 22:55
Guffa30-Jan-07 22:55 

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.