• 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...
  • 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...
  • onversion 8/16 bit types problem
    Hi! I've the following problem! I receive via CAN a 16-Bit value, I'll use for some calculations on a Siemens C167CR, und transmit the result again back via CAN! The following code works fine...
  • onversion 8/16 bit types problem
    Hi! I've the following problem! I receive via CAN a 16-Bit value, I'll use for some calculations on a Siemens C167CR, und transmit the result again back via CAN! The following code works fine...
  • VARIABLE TYPE CONVERTION PROBLEM
    I AM GETTING SOME DATA FROM TEMPERATURE SENSOR. IT IS A DOUBLE DATA TYPE. IS IT POSSIBLE TO CHANGE IT TO LONG OR INT DATA. AND JUST KEEP THE INTEGER PARTS. THX