English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

use the ASC function on the textbox before you send it.

2007-01-15 04:17:27 · answer #1 · answered by Richard H 7 · 0 0

fedest.com, questions and answers