---------- Forwarded message ---------- From: Anton Smirnov <[email protected]> Date: 2013/6/13 Subject: Re: [avrdude-dev] “Not a typewriter” avrdude error on Android To: Joerg Wunsch <[email protected]>
Thanks for all your suggestions, Joerg. Now i know what should be done roughly and i'm going to start working on it. 2013/6/13 Joerg Wunsch <[email protected]> > As Anton Smirnov wrote: > > > any examples, similar implementations or just useful links please? > > There's already lots of stuff inside AVRDUDE that uses libusb (albeit > with the old 0.1 API), to communicate with devices like the > JTAGICEmkII, AVRISPmkII, JTAGICE3, USBasp, USBtinyISP. Have a look > there. > > Your main difference to those is to handle the serial device specific > stuff that is normally handled by a driver, like baudrate and control > lines. For that purpose, you also have to know which device type you > are talking to (FT232 vs. CDC). > > > i can contribute avrdude sources > > As long as it's something of general use (for all Android users), this > would be appreciated. > -- > cheers, Joerg .-.-. --... ...-- -.. . DL8DTL > > http://www.sax.de/~joerg/ > Never trust an operating system you don't have sources for. ;-) > _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
