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

bit type

Hi all,

Is it possible to print bit types using:

bit bitvalue;
bitvalue = funcReturningBitType();
sprintf(g_SIOString, "bit = %u\n", bitvalue);
String_to_serial_port(g_SIOString);
The function reads a sbit. When I do this, it prints "bit = 3" (???). What kind of bits are that!? :-)

I haven't been able to find anything in the manuals or support pages.

Regards,
Joost Leeuwesteijn

0