Alan Ott

Results 57 comments of Alan Ott

I had a look at the code, and I think it looks great! I'll provide some more detailed comments in the coming days. Which MCUs are you currently targeting, and...

I think that's a great idea. Is your company interested in funding such an effort?

> I can't see that the LED port is actually changed anywhere, so I suspect that the microprocessor is resetting. You should be able to trap that in the debugger....

> To be honest, I gave up on the m-stack. I don't have any debugger hardware, PicKit 3 - $45 bucks iirc > Interrupts are _not_ enabled at all. That...

Does it enumerate on other OS hosts? Where does it fail in the enumeration? Are there any logs? What do they say? Plug it into a Linux box and see...

Instead of HID, I'd recommend going with just a straight vendor-defined USB device with a couple of bulk endpoints. On Linux/Mac/Windows, you can use libusb to communicate with it. Windows...

The XC8 compiler in free mode is atrocious, and on the PIC18, it's a major regression from the older C18 compiler in this respect, unfortunately. I don't have the pro...