Difference between revisions of "RS232 Shield for Arduino"
(Created page with "== Introduction == == Features == == Application Ideas == == Cautions == == Schematic == == Specification == == Pin definition and Rating ...") |
Katherine.d (talk | contribs) (→Introduction) |
||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
+ | RS232 is a standard communication port for industry equipment. Unfortunately, modern computers don’t have it anymore. Arduino only has a USB port and a TTL UART interface. In order to talk to an industry equipment, we can add a RS232 port to Arduino using this handy RS232 shield. | ||
+ | Model:[http://www.linkspritedirect.com/product_info.php?products_id=114 RS232_SHIELD] | ||
− | + | [[File:RS232.jpg]] | |
== Features == | == Features == |
Revision as of 07:05, 26 November 2012
Contents
Introduction
RS232 is a standard communication port for industry equipment. Unfortunately, modern computers don’t have it anymore. Arduino only has a USB port and a TTL UART interface. In order to talk to an industry equipment, we can add a RS232 port to Arduino using this handy RS232 shield.
Model:RS232_SHIELD
Features
Application Ideas
Cautions
Schematic
Specification
Pin definition and Rating
Mechanic Dimensions
Usage
Hardware Installation
Programming
FAQ
Please list your question here:
Support
If you have questions or other better design ideas, you can go to our forum to discuss or creat a ticket for your issue at linksprite support.
Resources
How to buy
See Also
Other related products and resources.
Licensing
This documentation is licensed under the Creative Commons Attribution-ShareAlike License 3.0 Source code and libraries are licensed under GPL/LGPL, see source code files for details.