• 18bit offset binary to BCD conversion help..
    hello forum, I am new to this platform,by searching my problem on net I was diverted to this site and i like this site. I feel i will get my problem solved. I want to convert 18bit offset binary...
  • 18bit offset binary to BCD conversion help..
    hello forum, I am new to this platform,by searching my problem on net I was diverted to this site and i like this site. I feel i will get my problem solved. I want to convert 18bit offset binary...
  • ASCII to BCD conversion
    I am trying to use the following code to convert 2 digit ASCII numbers to BCD number, for setting RTC Clock DS1307. unsigned char ASCII_TO_BCD(unsigned char ascii_text[2]) { unsigned char bcd_value;...
  • ASCII to BCD conversion
    I am trying to use the following code to convert 2 digit ASCII numbers to BCD number, for setting RTC Clock DS1307. unsigned char ASCII_TO_BCD(unsigned char ascii_text[2]) { unsigned char bcd_value;...
  • BCD to binary
    How can convert 32-bit BCD to Binary vise-versa.?