I'm helping a student get a Fingerprint Scanner - TTL (GT-511C3) ( https://www.sparkfun.com/products/11792) connected and running. Ran into a couple of new areas and would love some help.
The library for the scanner is built for Arduino (https://github.com/sparkfun/Fingerprint_Scanner-TTL). I've got it building on Bela, but had to remove the 'SoftwareSerial' object that it uses for serial communication.
Is there a similar Beaglebone object that can be easily created and configured to tx/rx to the scanner? If so I think I'd be able to slot it into the library and get it going.