Difference between revisions of "RS232 Shield V2 for Arduino"
Line 1: | Line 1: | ||
+ | ==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. | ||
Revision as of 22:12, 11 February 2014
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.