Difference between revisions of "Microcontroller Serial Communications Articles"

From OpenCircuits
Jump to navigation Jump to search
Line 37: Line 37:
 
*[[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
 
*[[Experimenting with Stepper Motors as Rotary Encoders using a PIC running BoostC Project]]
  
[[category:Serial Communications]][[category:Microcontroller]][[category:Techniques]][[category:BoostC]]
+
*[[Arduino Laser Cannon]]
  
 +
*[[Arduino Command Interpreter]]
  
 
== Other Readings ==
 
== Other Readings ==
 
  
 
*[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]
 
*[http://www.pharmalabauto.com/Electronics/pdfs/RS232.pdf Application Note 83 Fundamentals of RS–232 Serial Communications] a pdf, good
 
*[http://www.pharmalabauto.com/Electronics/pdfs/RS232.pdf Application Note 83 Fundamentals of RS–232 Serial Communications] a pdf, good
 +
 +
[[category:Serial Communications]][[category:Microcontroller]][[category:Techniques]][[category:BoostC]]

Revision as of 08:50, 30 December 2010

We have several related articles about Microcontroller Serial Communications on this site. These articles themselves have many links off site.

  • Microcontroller Serial Communications Articles this article, the a root for the articles on the site.
    • RS232/USB Probe an application with much of the functionality of a terminal emulator but with specialized extensions for for MicroController command response control. The basis for a series of more specialized applications. See it for information on installation of all the applications and for access to the bug and enhancement list.
    • USB Bit Whacker Brief discussion of this interesting development board with built in USB communications.


  • RS232 a discussion of some of the theory behind Microcontroller Serial Communications. The PC side of this is implemented by RS232/USB Probe and its related applications.
  • PC-Microcontroller Communications an article on some of the technology of microcontroller communications and lots of external links. List of terminal emulators and alternatives to Hyper Terminal.
  • SPI is a popular protocol for many small peripheral chips


Microcontroller Projects that Use Serial Communications

Other Readings