Who used get_int () function inside input.c I would like to use it to receive the PC sending int data,can we directly call the function, example: PC sent 03 55 95, I call three times get_int (), can I receive 03 55 95?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Jan 22, 2008 12:40 am
Look in the CCS example file, Ex_rtctimer.c. It's in this directory:
Quote:
c:\Program Files\picc\Examples\Ex_RTCtimer.c
It calls get_int() several times, so the user can enter the date and
time into the program.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum