usbasp-uart icon indicating copy to clipboard operation
usbasp-uart copied to clipboard

Modification of USBasp firmware to support UART debugging.

Results 14 usbasp-uart issues
Sort by recently updated
recently updated
newest added

identical to pull request #167 but now with cleaned up source branch name _Ursprünglich gepostet von @kai-morich in https://github.com/mik3y/usb-serial-for-android/pull/189#issuecomment-341986397_

https://github.com/mik3y/usb-serial-for-android

The usbasp can ben used to program larger chips, like those used in the Mega2560. The fix is well documented here and in some online forums: https://petervanhoyweghen.wordpress.com/2015/12/02/the-usbasp-and-atmega2560-mystery/

Interesting, maybe it works better with flow control, to signal when the MCU can send the data, and wait for the correct time to send data.

I am using windows trying to compile it with make main.hex, i am getting this error: avr-gcc -Wall -O2 -std=c99 -Iusbdrv -I. -mmcu=atmega8 -c usbdrv/usbdrv.c -o usbdrv/usbdrv.o process_begin: CreateProcess(NULL, avr-gcc...

Are there any ideas how to make the init / read / write etc. functions of the terminal application available as a kind of "pseudo serial ports" (/dev/ttyUSBx or COMy)?

Hi. I made the change of the pins but I get error when compiling. uart.c ISR(USART_RX_vect, ISR_NAKED){ // Disable this interrupt by clearing its Interrupt Enable flag. __asm__ volatile("cbi %0,...