Help Update DaemonByte Fails [Solved]

Discussion of keyboards, gamepads, joysticks and other input related peripherals.
jayp76
Posts: 30
Joined: Mon May 25, 2020 8:30 am
Has thanked: 1 time
Been thanked: 3 times

Help Update DaemonByte Fails [Solved]

Unread post by jayp76 »

Hi,

long ago i build a daemonbyte adapter for Sega genesis and it works nicely.
I wanted to update the latest files, but i forgot what i have to use in the Arduino software to flash it.
What do i select as "Board" and what do i choose as "Programmer"?
The Board is connected to COM3. I tried several options, but it fails.
avrdude: ser_open(): can't open device "\\.\COM3": Zugriff verweigert

1.png
1.png (53.1 KiB) Viewed 1955 times
2.png
2.png (46.58 KiB) Viewed 1955 times
Best regards
Jay
Yim
Posts: 125
Joined: Mon Jan 18, 2021 11:51 pm
Has thanked: 3 times
Been thanked: 87 times

Re: Help Update DaemonByte Fails

Unread post by Yim »

I made one a while ago, don't remember exactly what settings I used, but when I open the arduino software it's still got SegaControllerUSB open. Board is set to Arduino Leonardo, and programmer to AVRISP mkII. Can't say for sure those are the right ones though. I remember setting the board to leonardo, but I don't think I ever changed the programmer setting.

I couldn't get it to work for a while, and then I switched USB cables and it worked on the next try, so if you're still having trouble try a different cable.
Slein
Core Developer
Posts: 49
Joined: Tue Jul 07, 2020 8:19 am
Has thanked: 14 times
Been thanked: 19 times

Re: Help Update DaemonByte Fails

Unread post by Slein »

As Yim says, AVRISP mkII works for me too, at least on Arduino Micro boards.

But "can't open device "\\.\COM3": Zugriff verweigert" could mean some other program already opened the port.
jayp76
Posts: 30
Joined: Mon May 25, 2020 8:30 am
Has thanked: 1 time
Been thanked: 3 times

Re: Help Update DaemonByte Fails

Unread post by jayp76 »

I have finally figured it out. I don't have to use the bootloader part. I just have to compile and upload the sketch. I double checked by changing the serial number part in the code. Thanks for helping.
Post Reply