Last seen: Aug 1, 2026
@rbourque The actual code is very much text parsing and just converting to bytes and sending command and data packets. I worked on it more today and I...
That's a unity thing. I really don't like the textbox but Unity was the best way to get it out to each platform. for me anyway. I started with C and i...
I am documenting the USB comms for people that want to make whatever they want for controls. I just need to get it done. I agree that for those who wa...
No worries.
I made a commented and better version of the 6502 test. Look through this and see how it works, but what you'll need to do is set the ALLDIR and ALLEV...
oops file type not supported.. try this one. 65C02-jmp.chip_.zip
@rbourque try this one. I added the pin states for the 65C02.
65C02 is not pin compatible. Do not use that test for 65C02. Pin 1 on the original 6502 is VSS the 65C02 pin1 is the vector pull output, which signa...
They are for the older version specifically, however, I don't think the test should turn out differently for newer ones but I'll have to look up the d...
Windows should just see it as a COM port unless you have it in DFU mode for updating firmware.
@rbourque Please feel free to ask any questions you have. The docs are a little outdated so you might have some questions. Read the update notes for t...
@rbourque Since you've requested it. I will get started on a linux port. Give me a little time please.
@jimkernsjr Well, thank you! I appreciate that. I hope you find it useful in any case. Let me know how the update turns out.
And by the way.. I think with DFU-util or other CLI you have to give the mcu name. In this case it would be something like -stm32h7 or something like ...