Skip to content
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

Open
villamany opened this issue Apr 13, 2014 · 4 comments
Open

usb asp as usb linker #1

villamany opened this issue Apr 13, 2014 · 4 comments

Comments

@villamany
Copy link

Hello, could be an usb asp flashed as an arduino usb linker?

@c---
Copy link
Owner

c--- commented Apr 13, 2014

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.

@villamany
Copy link
Author

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.

@c---
Copy link
Owner

c--- commented Apr 28, 2014

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?

@villamany
Copy link
Author

Is a cheap one with an atmega8

Enviado de Samsung Mobile

-------- Mensaje original --------
De: Chris Osgood [email protected]
Fecha:
Para: c---/ArduinoUSBLinker [email protected]
Cc: villamany [email protected]
Asunto: Re: [ArduinoUSBLinker] usb asp as usb linker (#1)

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?


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants