Hello. I am hoping to set up a portable standalone repeater for some digital modes with MMDVM and some old mobile radios, something I know has been done many times. However, I do not want it to be networked for ease of setup and some other reasons. It will be mainly used temporarily at events (ex, for a demo with my college club at a club event). Basically, I am looking to make this without a PC or Raspberry Pi running a host program. As far as I can tell, the MMDVM boards themselves are controlled completely via serial. So, instead of buying and hooking up a Raspberry Pi or similar, I want to jumper an MMDVM board to an Arduino and have it control the modem. However, I am having difficulty finding documentation of the serial commands used to control an MMDVM. I can't find such documentation on GitHub, and when doing a general internet search I can find a document called 'The MMDVM Specification' however it dates to 2015 and it is clear that most of MMDVM's functionality has been added since then. I know I could probably sift through the source code and figure it out from there, but I would really rather not. Does anyone know where I could find a list of the MMDVM serial communication commands, the baud rate, etc.? Making a little Arduino MMDVM controller with some LED indicators and some switches would be a lot cleaner and I would like it a lot better than a whole control computer I would need to SSH into, and I don't want to network the repeater anyway. Thanks!