Hi Chris, It works now,due to some grounding issue,it hasn't worked. The following is the snippet of code. unsigned char packetBuf[PACKETLEN]; unsigned int battVoltage; packetBuf[106]=battVoltage&0xFF; packetBuf[107]=(battVoltage >> 8) & 0xFF; , I need your guidance for displaying 8 bit value and pass it through databus on to LCD.
↧