Click here to Skip to main content
15,910,009 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionResetting the DMM by transmitting *RST command through MSComm control error Pin
gopalraja27-Mar-09 4:50
gopalraja27-Mar-09 4:50 
AnswerRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Dave Kreskowiak27-Mar-09 11:59
mveDave Kreskowiak27-Mar-09 11:59 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn27-Mar-09 21:39
sitebuilderLuc Pattyn27-Mar-09 21:39 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Dave Kreskowiak28-Mar-09 12:36
mveDave Kreskowiak28-Mar-09 12:36 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn28-Mar-09 13:10
sitebuilderLuc Pattyn28-Mar-09 13:10 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Dave Kreskowiak28-Mar-09 16:37
mveDave Kreskowiak28-Mar-09 16:37 
GeneralRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn28-Mar-09 16:51
sitebuilderLuc Pattyn28-Mar-09 16:51 
AnswerRe: Resetting the DMM by transmitting *RST command through MSComm control error Pin
Luc Pattyn27-Mar-09 21:47
sitebuilderLuc Pattyn27-Mar-09 21:47 
Hi,

some guessing is required here.

your DMM probably wants some hardware handshaking (=data flow control), i.e. it needs you to set some control lines high or low, before it wants to listen to you (that would not explain the error conditions you mentioned);
or it wants you to not send stuff when it is not ready, as indicated by some control lines it is setting high or low.
I don't remember how handshaking and control lines work in Win32 or VB6; I do know for .NET

FYI: HyperTerminal by default chooses Hardware Handshake, Win32 does not. So try setting your COM port to hardware handshake.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


QuestionXMLHTTP error Pin
WinCrs27-Mar-09 2:23
WinCrs27-Mar-09 2:23 
AnswerRe: XMLHTTP error Pin
DaveAuld27-Mar-09 4:45
professionalDaveAuld27-Mar-09 4:45 
QuestionShift 2 character spaces Pin
vijay248226-Mar-09 22:19
vijay248226-Mar-09 22:19 
AnswerRe: Shift 2 character spaces Pin
Dave Kreskowiak27-Mar-09 1:36
mveDave Kreskowiak27-Mar-09 1:36 
GeneralRe: Shift 2 character spaces Pin
vijay248227-Mar-09 4:50
vijay248227-Mar-09 4:50 
QuestionMy.Setting.Save Pin
CodingYoshi26-Mar-09 11:44
CodingYoshi26-Mar-09 11:44 
AnswerRe: My.Setting.Save Pin
tech60326-Mar-09 16:56
tech60326-Mar-09 16:56 
Questionwhy EnableVisualStyles statement is not giving XP look to application? Pin
JUNEYT26-Mar-09 6:31
JUNEYT26-Mar-09 6:31 
AnswerRe: why EnableVisualStyles statement is not giving XP look to application? Pin
Henry Minute26-Mar-09 6:43
Henry Minute26-Mar-09 6:43 
AnswerRe: why EnableVisualStyles statement is not giving XP look to application? Pin
nishkarsh_k26-Mar-09 19:42
nishkarsh_k26-Mar-09 19:42 
QuestionExternal Images Pin
Stephen Lintott26-Mar-09 2:31
Stephen Lintott26-Mar-09 2:31 
AnswerRe: External Images Pin
Anubhava Dimri31-Mar-09 0:05
Anubhava Dimri31-Mar-09 0:05 
QuestionCount number of similar lines Pin
vijay248226-Mar-09 0:58
vijay248226-Mar-09 0:58 
AnswerRe: Count number of similar lines Pin
JernejR26-Mar-09 1:02
JernejR26-Mar-09 1:02 
GeneralRe: Count number of similar lines Pin
vijay248226-Mar-09 1:13
vijay248226-Mar-09 1:13 
AnswerRe: Count number of similar lines Pin
Eddy Vluggen26-Mar-09 2:14
professionalEddy Vluggen26-Mar-09 2:14 
AnswerRe: Count number of similar lines Pin
Anubhava Dimri31-Mar-09 0:16
Anubhava Dimri31-Mar-09 0:16 

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.