This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Printbin in C

Hi there,
I hav ethis function call in BASCOM.

Printbin Comm_buffer(1) ; 1

Any clues how to write this in C.
Thanks

Gopal

Parents
  • "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!

Reply
  • "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!

Children
No data