Tagged Questions
0
votes
4answers
206 views
I2C combining read and write operation
I'm designing my own data protocol for communication between PICs, ICs, etc. and in the specification I'd like to compare it to the existing I2C protocol.
There are two types of operation on the I2C ...
11
votes
7answers
667 views
General protocol for data transfer from one system to another?
What is the general protocol to send information from one system to another? For example, let's say we have some information collected from microcontroller over a length of time that we want to send ...