Ah now I see of course.
So in my VB prog I will take the value say 1000
Splt it down to 16bits
0000001111101000
Split again to high and low 8 bits
00000011 = 3
11101000 =232
Then send dec value of each set of 8 bits.
Excellent!
Regards
Sean.
Ah now I see of course.
So in my VB prog I will take the value say 1000
Splt it down to 16bits
0000001111101000
Split again to high and low 8 bits
00000011 = 3
11101000 =232
Then send dec value of each set of 8 bits.
Excellent!
Regards
Sean.
Bookmarks