dioannidis / usbasp

usbasp improved firmware
GNU General Public License v2.0
73 stars 12 forks source link

UART USBasp #8

Closed JucaTec closed 2 years ago

JucaTec commented 2 years ago

Hey.

I would like to thank you for the work.

I don't know if I'm doing something wrong but I couldn't make the UART work through the USBasp Terminal.

Is he already active?

Can you tell me how to send instructions to configure and an example?

I don't have much knowledge on this subject.

Thank you very much.

dioannidis commented 2 years ago

There was a build problem of the utility . Please make sure that you have the latest master.

If you execute USBaspHIDUART.exe -h you'll get this help message :

USBasp HIDUART Test App

-l List USBasp HID devices
-i Select USBasp index ( default 0 )
-b Set Baud ( default 9600 )
-r Continuous read input
-w Interactive send output

examples

Read from USBasp at index 0 with 4800 baud
USBaspHIDUART -b 4800 -r

Interactive write to USBasp at index 1 with 9600 baud
USBaspHIDUART -i 1 -w 
dioannidis commented 2 years ago

README updated with the USBaspHIDUART informations.

dioannidis commented 2 years ago

Also did you checked the connections ? See schematic for the TXD, RXD at the ICSP 10-pin connector.

dioannidis commented 2 years ago

@JucaTec

Did you managed to get it working ? I could use a feedback ...

JucaTec commented 2 years ago

The version is the latest master.

USBaspHIDUART.exe is not opening. I don't know if it's a compatibility issue or need something additional.

I'm running on Windows 11.

Thanks for all the help.

JucaTec commented 2 years ago

I'm sorry. By CMD and it works.

Is it possible to use the USBasp Terminal you made? This one didn't work.

dioannidis commented 2 years ago

USBaspHIDUART.exe is not opening. I don't know if it's a compatibility issue or need something additional.

I'm running on Windows 11.

Didn't test it on Windows 11 only on Windows 10 .

I'll see what I can do for Windows 11.

dioannidis commented 2 years ago

Is it possible to use the USBasp Terminal you made? This one didn't work.

Currently the USBasp Terminal doesn't support this firmware. I started to implement it but because I don't have much free time it'll take a while. That's why I uploaded the console utility .

JucaTec commented 2 years ago

From the Windows 11 CMD it worked, it's already great.

From the Windows Terminal, no.

USBasp Terminal I wait.

If you need testing, I'm happy to test.

Thank you very much.

dioannidis commented 2 years ago

From the Windows 11 CMD it worked, it's already great.

Good !

If you need testing, I'm happy to test.

Thanks.