RPi-Serial

 view release on metacpan or  search on metacpan

lib/RPi/Serial.pm  view on Meta::CPAN

82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
If using on a Raspberry Pi platform:
 
In order to use GPIO pins 14 and 15 as a serial interface on the Raspberry Pi,
you need to disable the built-in Bluetooth adaptor. This distribution will not
operate correctly without this being done.
 
To disable Bluetooth on the Pi, edit the C</boot/config.txt>, and add the
following line:
 
    dtoverlay=pi3-disable-bt-overlay
 
Save the file, then reboot the Pi.
 
=head1 METHODS
 
=head2 new($device, $baud);
 
Opens the specified serial port at the specified baud rate, and returns a new
L<RPi::Serial> object.



( run in 0.234 second using v1.01-cache-2.11-cpan-55f5a4728d2 )