Microcontroller › PIC › Convert ‘ unsigned long int ‘ to ‘string’ without using inbuilt function for UART › *t_buffer= data0; means
December 31, 2014 at 11:51 am
#12484
Jayant Gupta
Participant
*t_buffer= data0;
means nothing its a part of the previous method i tried which didnt work.
pls IGNORE this part!!!!
i simply want to sent the content of variable data0 over uart right after i send hello over uart.
do i need to write separate program for separating the digits and send them over uart one by one as char values???