- This topic has 2 replies, 2 voices, and was last updated 11 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Data Communications
In what different ways can we carry data communications in PIC?
Ok, under wired I2C SPI protocols would suffice while under wireless zigbee etc would do, right?
It depends in the type of Microcontroller, for example:
– With PIC16F84 serial communications
– With PIC 18F4550 serial communications, I2C, SPI, USB
Also you can create your own protocol of communications with digital inputs and outputs. All you need it´s to implement your own protocol in both devices (PIC and PC) or (PIC and PIC)