How to convert the decimal value to hexadecimal value which needed to be stored in the timer? for example: Timer Low and Timer High only need 2 values such as the 0xFB. How can we extract it if we able to get the hexa from decimal? Have any ideas abt this ? thanx
If you want to "roll your own" you may find this: http://www.programmersheaven.com/zone5/cat27/34429.htm and this: http://www.programmersheaven.com/zone5/cat27/32816.htm useful. Enjoy.