From: Matthias T. <mt...@we...> - 2011-01-28 18:45:15
|
Randy, > Has their been interest/work/progress in porting AMforth to use the AVR > usb flavor of chips? There is an excellent OpenSource lib (LUFA) and > libusb drivers for win32 that work well? the controllers itself should work, what's missing are words for the USB module(s). IMHO the code is not related to any OS (host) specific USB code,as long as the USB standards are met (HID etc) And yes: interest in such code exists.. At least some demo code for e.g. a terminal would be great. It could replace the serial line stuff in the current code base. Matthias |