[Discontinued] RS232/GPIO Shield for Raspberry Pi For Cheap

$8.79

SKU: US-11091738260 Categories: ,
Description

Description

[Discontinued] RS232/GPIO Shield for Raspberry Pi

DESCRIPTION

 This is a shield to add a RS232 level shift to the UART of Raspberry Pi. Moreover, it also breakout the rest headers for easy access.

 

Tutorial:

The UART on Raspberry Pi is on P1 and shown below:
 
The UART is /dev/ttyAMAO,  it defaults to output system log.  But if user wants to use this UART to connect to other modules through UART, for example, GPS module, we need to change the configuration.
The detailed steps are as following:
We need to modify two files:  /boot/cmdline.txt and /etc/inittab.
Modify /boot/cmdline.txt:
Replace the original content: 
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
With:
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
 
Modify /etc/inittab:
Comment out the last line of /etc/inittab. To comment out, it simply addess a ‘#’.
 
$ sudo vi /etc/inittab
#T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100
Save the changes, and reboot. We will get an UART with baud rate of 115200.

 

DOCUMENT
  • Schematics
Shipping & Delivery

We accept returns on non-sale items that are in original packaging, unused, and unwashed within 30 days of receipt. Please follow our returns/exchanges process below. If items do not meet our requirements for return, they will be shipped back to you in lieu of a refund. Shipping and handling charges are non-refundable (exceptions may apply).

Returns & Exchanges Process: If item(s) fit within our returns guidelines found in the Returns. Please allow 7-10 business days for the credit to appear on your account after your return is processed.