ATTiny10IDE icon indicating copy to clipboard operation
ATTiny10IDE copied to clipboard

Arduino ISP Port Issues

Open akvhumbu opened this issue 5 years ago • 5 comments

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.

akvhumbu avatar May 26 '19 17:05 akvhumbu

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.

wholder avatar May 27 '19 00:05 wholder

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?

akvhumbu avatar May 28 '19 00:05 akvhumbu

Yes. That's the plan. At the moment I'm trying to improve the built in documentation and smooth out some rough edges in the code. But, I'm also thinking through how the interface needs to change to best integrate debugging. If you have any suggestions on how to improve the current code and/or how to best integrate debugging, please let me know.

Wayne

On Mon, May 27, 2019 at 5:30 PM akvhumbu [email protected] wrote:

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?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wholder/ATTiny10IDE/issues/5?email_source=notifications&email_token=AAIDM4XJE7PNT45XD5X4BJ3PXR4L3A5CNFSM4HPXDJPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKVLYY#issuecomment-496326115, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIDM4TQBQS7D4TLEYLU5BDPXR4L3ANCNFSM4HPXDJPA .

wholder avatar May 28 '19 00:05 wholder

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,

akvhumbu avatar Jun 17 '19 17:06 akvhumbu

No, sorry, the IDE doesn't currently support include files other than for the built in libraries. I'm hoping to add this at some point, but I haven't yet worked out how to do this in a way that will be compatible with the automatic prototype generation code I've added.

Wayne

On Mon, Jun 17, 2019 at 10:20 AM akvhumbu [email protected] wrote:

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,

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/wholder/ATTiny10IDE/issues/5?email_source=notifications&email_token=AAIDM4TENJSAMQ5NIEPZ5KLP27BU7A5CNFSM4HPXDJPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX33UUA#issuecomment-502774352, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIDM4SRXSEYOU2KSRYSREDP27BU7ANCNFSM4HPXDJPA .

wholder avatar Jun 17 '19 20:06 wholder