After installing from source I kept getting this error
libmonome.so.1: cannot open shared object file: No such file or directory
so I uninstalled and went back to the apt repo. After digging around a while I discovered that you to add yourself to the dialout group if you’re not in it:
sudo adduser <your-name> dialout
While my machine still has no command installed named serialosc, it does have these:
serialoscd serialosc-detector serialosc-device
If I run serialoscd, whether or not the monome is plugged in, nothing happens; I just get a new command-line prompt.
If I run serialosc-detector with the monome plugged in, I get this:
jeff@jeff-inspiron-2017:~$ serialosc-detector
�x(S�U\P
/dev/ttyUSB0\P
^C
jeff@jeff-inspiron-2017:~$
(The ^C is me killing the program to return to the prompt.) If I run serialosc-detector without a monome plugged in, it just hangs until I press ^C.
So … is it working?