You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whenever i try and program a atmega2650 with a esp8266 (esp01s in this case) it first throws 2 ioctl("TIOCMGET"): Inappropriate ioctl for device and then times out avrdude
when using the same setup with a atmega328p it works w/o issue...
(both arduinos were resetting when programming)
i need the extra IO of the atmega2560 for this project and cant use usb to program it (will be tucked away behind a lot of stuff)
there have been issues about this before with one claiming to update the bootloader but that didnt work sadly
The text was updated successfully, but these errors were encountered:
whenever i try and program a atmega2650 with a esp8266 (esp01s in this case) it first throws 2
ioctl("TIOCMGET"): Inappropriate ioctl for device
and then times out avrdudewhen using the same setup with a atmega328p it works w/o issue...
(both arduinos were resetting when programming)
i need the extra IO of the atmega2560 for this project and cant use usb to program it (will be tucked away behind a lot of stuff)
there have been issues about this before with one claiming to update the bootloader but that didnt work sadly
The text was updated successfully, but these errors were encountered: