文件名称:picc code Packet Protocol:
文件大小:10KB
文件格式:C
更新时间:2016-04-29 06:00:06
pic16f877
///////////////////////////////////////////////////////////////////////// //// EX_CRC.C //// //// //// //// This example program shows how to send messages between two //// //// PICs using CRC error checking. Pushing a button on the //// //// prototype card sends a message from that PIC to any other PICs //// //// that are connected. The receiving PIC then sends back an ACK //// //// after it correctly receives the message