I found out today that microchip has a new PIC for USB.
PIC18F4550 is even usb2 compliant, is in a pdip 40pin package easy to solder, and comes in free samples from microchip!
I don’t know if it could be used for midibox to usb or what the effort will be , but I think that it is worth a look by T.K. or those who are into programming PICs.
The introduction for this chip exists since more than one year, but there are no devices available yet.
Please keep also in mind that it would mean a lot of effort for myself to create a new USB project (which I wouldn’t really need) - maybe 3 months or more - and a lot of extra support effort to help you with debugging the new hardware - just to give you an impression. So, I think that somebody else has to implement an alternative USB solution.
I am aware of the effort you spend on your project and I surely don’t want to e a pain in the ass!
The only reason I asked about this chip is the simplicity of the circuits (and the already built codes) that microchip offers for USB keyboard, mouse and joystick!
The only reason I asked about this chip is the simplicity of the circuits (and the already built codes) that microchip offers for USB keyboard, mouse and joystick!
So I thought maybe it could have been that easy.
but these are PIC*C* types and no “F” types, means: microcontrollers with OTP (One Time Programmable) memory. In other words: you can program the memory once and then never again - makes development difficult, no?