I have an MeBaseBoard and a Raspberry Pi connected via an Me Shield for Raspberry Pi. There was a time when this was working, but now that I am returning to finish the project, it seems that the example code doesn’t run anymore. The way that the code sets up the serial interface with the controller board seems to be incompatible with newer versions of Raspian. I don’t know what the precise problem is, but even if I I trim the example code all the way down to just:
from rpi-serial include *
It just hangs up on this one line.
If anyone has a workaround or a way to fix the library so that it is compatible with up-to-date raspian, I’d be very grateful.