Click here to Skip to main content
15,885,914 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WHY MCISENDSTRING DOESN'T PLAY THE FILE? Pin
Eddy Vluggen28-Mar-09 23:48
professionalEddy Vluggen28-Mar-09 23:48 
QuestionQuestion about .dll in VB.NET Pin
Xavious27-Mar-09 17:12
Xavious27-Mar-09 17:12 
AnswerRe: Question about .dll in VB.NET Pin
Dave Kreskowiak27-Mar-09 17:58
mveDave Kreskowiak27-Mar-09 17:58 
GeneralRe: Question about .dll in VB.NET Pin
Xavious27-Mar-09 22:00
Xavious27-Mar-09 22:00 
GeneralRe: Question about .dll in VB.NET Pin
Dave Kreskowiak28-Mar-09 12:39
mveDave Kreskowiak28-Mar-09 12:39 
Questionvb shell extension... Pin
drummerboy051127-Mar-09 6:49
professionaldrummerboy051127-Mar-09 6:49 
AnswerRe: vb shell extension... Pin
Dave Kreskowiak27-Mar-09 12:02
mveDave Kreskowiak27-Mar-09 12:02 
QuestionResetting the DMM by transmitting *RST command through MSComm control error Pin
gopalraja27-Mar-09 4:50
gopalraja27-Mar-09 4:50 
Hi,

Actually I want to Communicate the DMM through the computer Comport. So I have created one MSComm control and did following setting and code.
Private Sub Form_Load()
MSComm1.Settings="9600,N,8,1"
MSComm1.CommPort=2
MSComm1.InputLen=0
MSComm1.PortOpen=True
MSComm1.Rthreshold =1
End Sub

I have send the *RST command to reset the DMM by the following code

Private Sub CmdSend_Click()
MSComm1.Output = "*RST"+Chr$(13)
End Sub

When I run this program, The DMM showing errors as -101, -102, -103. All these error are related to characters.

But, When I was running in Hyper terminal mode, DMM communication was perfect. Moreover, the DMM RS-232 setting (Baudrate and all) same as our computer setting. Still I could not communicating with DMM.

Pls help me to found out solution.
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 
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 

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.