Microcontroller › PIC › uart › you have to make a program
December 31, 2014 at 11:09 am
#12479
Ashutosh Bhatt
Participant
you have to make a program that receives
4 and 5 as saparate characters and then it makes it digit 45
its simple
first delete 48 from received value. that will give you 4 or 5
then simple mathamatics like
4*10 + 5