ON 20070728@11:21:09 AM at page: http://www.piclist.com/techref/member/bdrmachine-cox-/index.htm#39291.4730208333 [bdrmachine-cox-] Questions: Can someone give me a C example of how to combine 2 unsigned chars (msb and lsb) and store as a unsigned int (L)? It seams the technique I'm using is more involved then it should be. Would "L= msb<<8 + lsb;" work? Thanks Much