-
pier180
Hello everybody
First I want to say congratulation to all the community
My new Monome Arc2 work pretty well with OSX and MaxMsp but now I want to configure my harware with Linux and Puredata
I made a patch with puredata on linux and i receive information from the knob through serial protocol !
This patch works without any drivers or serialosc on my linux computer.
But i can't find a way to send information to the led with the same way
Any solution with simple serial protocol ?
Sorry for my english
thank you
Pier from France
Download PD Patch here : http://pier180.free.fr/Arc2se.pd
-
pier180
THAT WORK !
0x90 = 144 decimal
In fact with [comport 115200] objet, Arc receive message box :
[144 0 0 0( = /ring/set 0 0 0
[145 0 0( = /ring/all 0 0
[146 0 ...( = /ring/map 0 ...
[147 0 0 0 0( = /ring/range 0 0 0 0There is another way with serialosc abstraction from BoxieBrown :
http://post.monome.org/comments.php?DiscussionID=11256&page=1#Item_4
You'd need to build Murray's simplebonjour abstraction for linux.
https://github.com/murr/simplebonjour -
pier180
I have more details from monome protocol :
to device:
0x90 set single led
bytes: 4
structure: [0x90, n, x, a]
n = group number
x = led number
a = value
description: set led x of group n to value a
How to send that to Arc via [comport] objet ?
Thanks
All doc tech:protocol:monome : http://docs.monome.org/doku.php?id=tech:protocol:monome