Is ASProgrammer compatible with Arduino Uno? #64
-
The title says it. Also is there a diagram? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
firmware/asprog/defines.h contain pin defination. Look at asprog.ino #define UART_SPEED 1000000 |
Beta Was this translation helpful? Give feedback.
-
Arduino pin numbers in parentheses. |
Beta Was this translation helpful? Give feedback.
-
I had an CH341a, and it stopped working in middle of programming flash on my NVR. Found one Arduino UNO laying around, so i soldered clips on it, and continued modifying telnet passwords on all telnet enabled devices in my household. But i ordered 2nd CH341a. Its cool that Arduino can flash SPI, it was an life saver. But it too slow compared to CH341a. |
Beta Was this translation helpful? Give feedback.
Arduino pin numbers in parentheses.
Baudrate need to be same in program and scetch.