I'm using vb6 for serial communication(Mscomm control).My vb programming is converting the input into Hex and Transformming.I want to send as it is then only my application responds.
my instruction is like this 7EA02345F17E
But programming is converting it as 37 45 41 30.....so on.
I want this instruction to be send as it is.
I know how to convert inside the programming ie Chr(&h7E)........ but I want to know when i enter whole string of input in the text box how to convert it
If anybody knows please help me
2007-01-14
19:57:04
·
1 answers
·
asked by
pinki
1
in
Computers & Internet
➔ Programming & Design