Hi @samaaron,
as I did not manage to use the standard serialoscd
with my Adafruit Unztrument grid (I did spent quite some time with it, it seems to involve flashing the FTDI chip, which I did not succeed in), I am currently using node-serialoscd by Szymon Kaliski; I havn’t found out all the details, but basically it works. Unfortunately according to Szymon it does not yet allow to configure the destination port for the grid via a configuration file.
So I am hoping to go the other way - talking via the OSC API - but after looking at the specification I don’t see how to go on. I have confirmation from Szymon that basically all should work like described at Redirecting….
While experimenting I can see that node
has many ports in use. I also can reliably sent information to the grid as well as get button presses coming from the grid, which I can see in debug mode at the command line, so I have bidirectional communication. What I can’t see is, to which port the grid is sending its information to. (And - as already mentioned - I don’t have the option to set the destination port for the grid to 4559 via some config file.)
Do you see a chance to give some more information so that I can go on?