monome / libmonome

makes writing applications for Monomes easy.
ISC License
302 stars 158 forks source link

Allow usage of arduinome with OSX 10.8.x #34

Closed suit4 closed 10 years ago

suit4 commented 10 years ago

Since OSX 10.8 arduinomes are not mounted with their flashed serial number (a40h-0123), but with a simple 8 digit number. This patch allows detection of such arduinomes but might also lead to the detection of other non-monome usb devices.

wrl commented 10 years ago

i'm not cool with a catch-all like "%d". could you provide a link or reference about this change so i could see where/how the numbers are generated?

suit4 commented 10 years ago

Sorry, my fault, I had a wrong concept in mind.

Native Arduino Uno R3 serial numbers consist of 20 digits, that would allow detection of unflashed arduinomes. But that's not necessary, as I found a way to flash the serial number onto my Uno R3.

So, I just revoke this pull request, ok?

wrl commented 10 years ago

yeah no problem dude. :) glad to hear it worked out for you.