Hi All,
I need to communicate with an RS232 device and send data in this format <01><LEN><SEQ><CMD><DATA><05><BCC><03>
And read in this format
<01><LEN><SEQ><CMD><"DATA"><04><STATUS><05><BCC><03>
Can anyone help me with a vb code to send sample data to the device and read responds urgently
Thank You
Why not switch to a serial console program that is able to do the above without the need for writing any code?
Hi, Thanks. Can you please tell me more about the Console
BR
I use hyperterminal. It's brilliant. Just Google it.
Another much used program is Tera Term.
I vote for Kermit.
Hi, In this case I am required to write code because the data I will be sending is dynamic, its actually sales data So if i can get a vb code that i can useI will be very greatful
So if i can get a vb code that i can useI will be very greatful you have two options a) go elsewhere b)wait till Keil buy VB
Why not look for existing VB forums? I bet there are more VB programmers on a VB forum than a forum for embedded development - VB isn't the most used language for embedded programming. Especially not when the forum is for Keil products and Keil doesn't have VB products.
So you're saying that you are required to write it ?