Editing Microcontroller Serial Communications Articles

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 25: Line 25:
  
 
* [[SPI]] is a popular protocol for many small peripheral chips
 
* [[SPI]] is a popular protocol for many small peripheral chips
 
* [[I2C]] is another popular protocol for many small peripheral chips
 
  
 
* [[CAN bus]] is designed to allow low-cost devices to communicate with each other within a vehicle without a host computer.
 
* [[CAN bus]] is designed to allow low-cost devices to communicate with each other within a vehicle without a host computer.
  
 
* Local Interconnect Network (LIN) is designed to be even lower-cost than CAN bus. Some large systems use many simple sensors in low-cost LIN sub-networks, then connect the single master of each LIN sub-network with CAN or some other backbone network.
 
* Local Interconnect Network (LIN) is designed to be even lower-cost than CAN bus. Some large systems use many simple sensors in low-cost LIN sub-networks, then connect the single master of each LIN sub-network with CAN or some other backbone network.
 
* The [[1-wire]] network is designed to be an even lower-cost network for small peripheral chips
 
 
* The [[Servo control]] system for remote-control vehicles
 
 
* [[JTAG]] is often used for programming and debugging.
 
  
 
== Microcontroller Projects that Use Serial Communications ==
 
== Microcontroller Projects that Use Serial Communications ==
Line 53: Line 45:
  
 
== Other Readings ==
 
== Other Readings ==
 
* [[Projects#Audio as sensor data format]]: sending data as audio has many similarities (and some key differences) from sending data as binary Hi and Lo pulses.
 
* [[Radio communication]] has many similarities (and some key differences) from sending data as binary Hi and Lo pulses.
 
* Many [[Modules]] use serial communication
 
* [[PC-Microcontroller Communications]] often use serial communication
 
* [[Expansion bus]] discusses parallel communication, which was once far more common.
 
  
 
*[http://en.wikibooks.org/wiki/Serial_Programming Serial Programming -- From Wikibooks, the open-content textbooks collection]
 
*[http://en.wikibooks.org/wiki/Serial_Programming Serial Programming -- From Wikibooks, the open-content textbooks collection]

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)