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

Arduino ISP Port Issues #5

Open
akvhumbu opened this issue May 26, 2019 · 5 comments
Open

Arduino ISP Port Issues #5

akvhumbu opened this issue May 26, 2019 · 5 comments

Comments

@akvhumbu
Copy link

akvhumbu commented May 26, 2019

Describe the bug
Hi Wayne, I can't get the ATTiny10IDE to see my Arduino. After selecting my target(ATtiny85), building the sample code(Blink), and setting up the programmer as ArduinoISP, I get the following error when I try to upload the program:
avrdude: Error: Invalid -P value: '/dev/cu.usbmodem14601'
Use -P usb:bus:device
avrdude done. Thank you.
Screen Shot 2019-05-26 at 11 23 54 AM
Screen Shot 2019-05-26 at 11 24 51 AM

The Arduinos that Ive tried to use(Uno & Nano) have the Arduino ISP Sketh already uploaded into them and can program the ATtiny85 using the Arduino IDE. I've had no success on both Mac & Windows.

@wholder
Copy link
Owner

wholder commented May 27, 2019

Thanks for calling this to my attention. It looks like a regression due to some refactoring I did some time back. I've made a change that should fix the issue. So, please download the latest build and let me know if this solves the prombel for you.

@akvhumbu
Copy link
Author

Thanks for the quick turn around. I am able to program my ATtiny85. Will a future update have a serial console, and the ability to debug such as that of the DebugWireDebuggerProgrammer?

@wholder
Copy link
Owner

wholder commented May 28, 2019 via email

@akvhumbu
Copy link
Author

Hi Wayne,

I'm certain the IDE has support for libraries aka "#include headerfiles". I have been trying to include libraries other than the AVR & C ones but they are not being linked. Do you know where I should save my header files on the Mac in order for the linker to find them? I've tried saving in the Libraries folder where Arduino IDE looks for, but that doesn't work either.

Regards,

@wholder
Copy link
Owner

wholder commented Jun 17, 2019 via email

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