Ralf Kistner
Ralf Kistner
What exactly do you want to do? What board are you using? Note that you'll need an Arduino Leonardo, Arduino Micro or similar board. If you just want to do...
Ok, in that case you'll have to write the USB firmware from the USB HID specification yourself, as mentioned above. My [USB notes](https://github.com/rkistner/arcore/blob/master/USB-dev-notes.md) might also help.
How does midiox identify the devices? One possible solution would be to define a separate boards for each unit in the boards.txt file, with different product names on USB. This...
Btw have you used midiox or Serato with any other MIDI devices? Do they have a way of uniquely identifying themselves? I'm just wondering whether someone else already found a...
Changing STRING_IPRODUCT should work - did you only install it with the changed name on one of the devices? On Thu, Feb 20, 2014 at 3:43 PM, Reggie [email protected] wrote:...
That could help, let me know if it does On 20 Feb 2014 18:53, "Reggie" [email protected] wrote: > I wonder if messing with the pid might help? > > —...
Glad to know it's working. I'm looking into possibilities to make those kind of settings more configurable in a sketch, without having to edit the arcore code.
It should display if you enable "experimental plugins": 
Duplicate of #485. This appears to be a weird form of datamatrix: 1. It's inverted (white on black instead of black on white). 2. The individual blocks are round instead...
There is an option for a "mixed" mode - see this sample: https://github.com/journeyapps/zxing-android-embedded/blob/e48229ac3f47318e4b5516c645147d7dea37dc28/sample/src/main/java/example/zxing/MainActivity.java#L42 The mixed mode alternates between scanning the normal image and inverted image, meaning that scanning barcodes may...