Hi there, I hav ethis function call in BASCOM. Printbin Comm_buffer(1) ; 1 Any clues how to write this in C. Thanks Gopal
"It seems printbin is a really smart function that it can send char or float by distinguishing between between them by itself" Well, that's just the way BASIC works anyway, isn't it? BASIC basically (!) has no concept of "typing" "another interesting point is printbin seems to read the LSB first" Byte ordering is always implementation-dependent!