Click here to Skip to main content
16,005,437 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: XML File Parsing Pin
Christian Graus18-Oct-06 9:56
protectorChristian Graus18-Oct-06 9:56 
QuestionVB.net Web Service Need Help Pin
eggsarebad18-Oct-06 7:16
eggsarebad18-Oct-06 7:16 
AnswerRe: VB.net Web Service Need Help Pin
Christian Graus18-Oct-06 7:24
protectorChristian Graus18-Oct-06 7:24 
GeneralRe: VB.net Web Service Need Help Pin
eggsarebad18-Oct-06 12:13
eggsarebad18-Oct-06 12:13 
GeneralRe: VB.net Web Service Need Help Pin
Are Jay19-Oct-06 4:56
Are Jay19-Oct-06 4:56 
GeneralRe: VB.net Web Service Need Help Pin
eggsarebad20-Oct-06 22:13
eggsarebad20-Oct-06 22:13 
QuestionReading from COM PORT in VB 6.0 Pin
popin18-Oct-06 7:00
popin18-Oct-06 7:00 
AnswerRe: Reading from COM PORT in VB 6.0 Pin
No-e18-Oct-06 7:46
No-e18-Oct-06 7:46 
You should check the comm event, something like the following:

mscomm1_OnComm()

Select Case MSComm1.CommEvent
Case comEvReceive ' Received RThreshold # of chars.
g_rcvd = g_rcvd & MSComm1.Input
End Select

end sub


Depending on what your scale is doing you may need to add some code to check for pauses in the code (like check to see how long it has been since g_rcvd has changed)

Regarding the "junk data" I am suspecting is is returning ASCII, of HEX binary data and you will need to translate it (Bin 2 hex, use Chr$ function or something like that), not all hex values have good ASCII charactors to represent them, so it looks like junk....

good luck...

A signature is only a signature if it is signed,

signed
QuestionPassing objects byref to a remote server using .Net remoting Pin
mandrake_218-Oct-06 5:39
mandrake_218-Oct-06 5:39 
AnswerRe: Passing objects byref to a remote server using .Net remoting Pin
nlarson1118-Oct-06 6:26
nlarson1118-Oct-06 6:26 
GeneralRe: Passing objects byref to a remote server using .Net remoting Pin
mandrake_218-Oct-06 21:07
mandrake_218-Oct-06 21:07 
GeneralRe: Passing objects byref to a remote server using .Net remoting Pin
nlarson1119-Oct-06 5:37
nlarson1119-Oct-06 5:37 
QuestionMake a software dir like snapfiles Pin
NewbieCoder12318-Oct-06 5:23
NewbieCoder12318-Oct-06 5:23 
Questionsend files directly to printer Pin
adairjk18-Oct-06 4:23
adairjk18-Oct-06 4:23 
AnswerRe: send files directly to printer Pin
adairjk18-Oct-06 4:45
adairjk18-Oct-06 4:45 
QuestionWindows Media Player Plugins Pin
slim_az18-Oct-06 4:13
slim_az18-Oct-06 4:13 
QuestionCopy zip folder to back folder Pin
jds120718-Oct-06 4:02
jds120718-Oct-06 4:02 
AnswerRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 4:11
nlarson1118-Oct-06 4:11 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:04
jds120718-Oct-06 5:04 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 5:13
nlarson1118-Oct-06 5:13 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:30
jds120718-Oct-06 5:30 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 5:35
nlarson1118-Oct-06 5:35 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 5:51
jds120718-Oct-06 5:51 
GeneralRe: Copy zip folder to back folder Pin
nlarson1118-Oct-06 6:37
nlarson1118-Oct-06 6:37 
GeneralRe: Copy zip folder to back folder Pin
jds120718-Oct-06 7:28
jds120718-Oct-06 7:28 

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.