0
Hey All!

I am working on a modified version of the uPOV hardware that uses the VUSB implementation for AVR microcontrollers to add USB capabilities so messages can be updated by someone without an ISP programmer…

Which leads me here…

I am currently thinking of 3 separate methods of going about this.
1. A CDC implemenation that basically creates a virtual com port that can be used to upload messages. – Seems to be the simplest, but requires special window driver.
2. A proprietary type of system that would require a driver on windows. – More complex than the CDC implementation and requires a small windows driver again. communication on linux boxes requires root or permissions modifications.
3. A HID version that would NOT require a driver for windows, but so far would require much more research on my part. – Seems to be quite complex would require much research.

What version do you think I should go with?