Lliam
Electrical
- May 16, 2007
- 1
Hello everyone,
My name is Lliam, I'm new to the forum and to VB
I do have programming experience with PICAXE Basic (PICAXE micro-controller language)
I have been able to put together a code(with a lot of help from the PICAXE guy's) that reads data sent to the serial port from the picaxe.
My next goal is to extract certain parts of data and and them to a corresponding text box.
-For example:
Output from PICAXE:
A = 10
B = 12
C = 4
D = 5031
This data is currently displayed in a single text box.
How can I then divide it so, say textboxA displays 10, textboxB displays 12, and so on...?
Thankyou in advance,
Lliam.
My name is Lliam, I'm new to the forum and to VB
I do have programming experience with PICAXE Basic (PICAXE micro-controller language)
I have been able to put together a code(with a lot of help from the PICAXE guy's) that reads data sent to the serial port from the picaxe.
My next goal is to extract certain parts of data and and them to a corresponding text box.
-For example:
Output from PICAXE:
A = 10
B = 12
C = 4
D = 5031
This data is currently displayed in a single text box.
How can I then divide it so, say textboxA displays 10, textboxB displays 12, and so on...?
Thankyou in advance,
Lliam.