Hi,
Did some one know how can I read this data from visual basic:
PICCONTROLLER:
ADCIN 0, A0
ADCIN 1, A1
ADCIN 2, A2
ADCIN 3, A3
ADCIN 4, A4
ADCIN 5, A5
ADCIN 6, A6
ADCIN 7, A7
ADCIN 8, A8
pause 50
hserout ["A",#A0 ,"B",#A1 ,"C",#A2 ,"D",#A3,"E","1",13,10] ' send it
I want that my program read this data and when I have "A" then put #A to string ML1,when I have "B" then put #B to ML2 and so on.
I need the right routine to do that.
Thanks.
Regard pesti.
Bookmarks