Ccs C Pic To Pic Rs232 Help

Status
Not open for further replies.

Elseus

New Member
Hi all
I'm new beginner to using CCS and I need help for a problem. I think there isn't scanf() in ccs. Is there somebody to help me about that problem?
Code:
#include <stdio.h>
#include <string.h>


int16 y;
int16 z;

void main()
{

while (true)
{

y=1239;
z=3599;


How can I send this 2 variable to other pic serially and how
can I take these 2 variables in other pic and separate them
in there ? ( 2x 16f877A using)
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…