-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
usb asp as usb linker #1
Comments
It might work depending on which MCU it is using. If it's using an atmega8 type (168, 328, etc) or atmega32u4 then it likely will work or could be made to work with minor changes. |
Thanks, but I need some more knowledge about Amtel. I have one of my USBASP Flashed with your code (by jumping jp2 and using another USBASP to flash it) but when connected to PC i get an "unknown device" error. |
If using the stock USB Linker code the USBASP needs to be connected via RS-232 serial. For this to work the USBASP would need its serial port pins exposed. Otherwise the USBASP's USB code would have to be merged with the USB Linker code to make it work over USB. Currently this does not exist. What type of atmel MCU is your USBASP using? |
Is a cheap one with an atmega8 Enviado de Samsung Mobile -------- Mensaje original -------- If using the stock USB Linker code the USBASP needs to be connected via RS-232 serial. For this to work the USBASP would need its serial port pins exposed. Otherwise the USBASP's USB code would have to be merged with the USB Linker code to make it work over USB. Currently this does not exist. What type of atmel MCU is your USBASP using? — |
Hello, could be an usb asp flashed as an arduino usb linker?
The text was updated successfully, but these errors were encountered: