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

Visual Basic

 
GeneralRe: delaying comport output in microseconds Pin
Steve Pullan2-May-06 19:06
Steve Pullan2-May-06 19:06 
As stated in the article I quoted (my 2nd reply to your post) the Windows timers are not going to be as accurate as you need for this application.

No amount of application code in a high level language like VB, C, C++ etc... is going to do it for you. I think you'll need to create a device driver for your black box (essentially a new serial port driver) to handle the timing for you. This way the driver can operate at the kernel level and respond to interrupts rather than at the application level.

...Steve

1. quod erat demonstrandum
2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life."
I read that somewhere once Smile | :)
NewsRe: delaying comport output in microseconds Pin
Steve Pullan2-May-06 17:48
Steve Pullan2-May-06 17:48 
QuestionRDA Pin
UniBond2-May-06 3:08
UniBond2-May-06 3:08 
QuestionColumn Header(Listview) Pin
mandev20052-May-06 1:20
mandev20052-May-06 1:20 
Questiondatagrid in vb 6.0 Pin
pankajgarg122-May-06 0:22
pankajgarg122-May-06 0:22 
QuestionHow to refresh data grid automatically after add client Pin
scarface192-May-06 0:07
scarface192-May-06 0:07 
AnswerRe: How to refresh data grid automatically after add client Pin
| Muhammad Waqas Butt |2-May-06 1:05
professional| Muhammad Waqas Butt |2-May-06 1:05 
QuestionStartup Program Pin
ADY0071-May-06 23:28
ADY0071-May-06 23:28 
AnswerRe: Startup Program Pin
CWIZO1-May-06 23:49
CWIZO1-May-06 23:49 
AnswerRe: Startup Program Pin
Hari Om Prakash Sharma2-May-06 1:30
Hari Om Prakash Sharma2-May-06 1:30 
Questioncrystal reports Pin
skippydog1-May-06 23:19
skippydog1-May-06 23:19 
Questioncustom control question Pin
batmike20001-May-06 22:02
batmike20001-May-06 22:02 
QuestionDLL Hell in VB Pin
D.N.1-May-06 20:19
D.N.1-May-06 20:19 
AnswerRe: DLL Hell in VB Pin
Christian Graus1-May-06 20:58
protectorChristian Graus1-May-06 20:58 
AnswerRe: DLL Hell in VB Pin
Duncan Edwards Jones1-May-06 21:10
professionalDuncan Edwards Jones1-May-06 21:10 
QuestionUnable to add object to database Pin
jackwongcw1-May-06 19:22
jackwongcw1-May-06 19:22 
QuestionCant get images from a webserver thru a proxy socket Pin
Abhishek Tiwari1-May-06 18:59
Abhishek Tiwari1-May-06 18:59 
QuestionPrint to File Pin
furjaw1-May-06 18:52
furjaw1-May-06 18:52 
AnswerRe: Print to File Pin
Duncan Edwards Jones1-May-06 21:15
professionalDuncan Edwards Jones1-May-06 21:15 
GeneralRe: Print to File Pin
furjaw2-May-06 8:34
furjaw2-May-06 8:34 
GeneralRe: Print to File Pin
Duncan Edwards Jones2-May-06 9:48
professionalDuncan Edwards Jones2-May-06 9:48 
GeneralRe: Print to File Pin
furjaw2-May-06 10:10
furjaw2-May-06 10:10 
GeneralRe: Print to File Pin
furjaw3-May-06 19:50
furjaw3-May-06 19:50 
Questionsplit string using vb6 Pin
ihsan_zie1-May-06 17:09
ihsan_zie1-May-06 17:09 
AnswerRe: split string using vb6 Pin
atregent1-May-06 17:51
atregent1-May-06 17:51 

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.