RPi-Serial
view release on metacpan or search on metacpan
lib/RPi/Serial.pm view on Meta::CPAN
828384858687888990919293949596979899100101If using on a Raspberry Pi platform:
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 )