I bought this header board for my Uno since I'm using 8 flow meters. Thought it might help someone else willing to spend another $20 for convenience.
I've used RandR+ script and got RPints up on my RBp3 running Buster first try. I'm having trouble with his script to upload the sketch file to the Uno. I changed Config.py and commented out the alamode port and un commented the ttyACM0 line. When it didn't work I went back and noticed there was a final line in Config.py that seems to reset the port to the alamode. I commented out that line. I didn't see where to change the baud rate. Looking at flowmonitor.py about half way down there was a hard coded line that was "self.arduino - serial.Serial(self.port,9600,timeout=.5)" so I changed it to 57,600. Running tail -f /var/log/rpints.log it still says reflashing alamode failed. Command blahblahblah returned a non-zero exit status 1. Any words of wisdom from the multiple gurus here? Thanks in advance.

I've used RandR+ script and got RPints up on my RBp3 running Buster first try. I'm having trouble with his script to upload the sketch file to the Uno. I changed Config.py and commented out the alamode port and un commented the ttyACM0 line. When it didn't work I went back and noticed there was a final line in Config.py that seems to reset the port to the alamode. I commented out that line. I didn't see where to change the baud rate. Looking at flowmonitor.py about half way down there was a hard coded line that was "self.arduino - serial.Serial(self.port,9600,timeout=.5)" so I changed it to 57,600. Running tail -f /var/log/rpints.log it still says reflashing alamode failed. Command blahblahblah returned a non-zero exit status 1. Any words of wisdom from the multiple gurus here? Thanks in advance.