Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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? :confused:
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.

Latest threads

Back
Top