usbasp-uart
usbasp-uart copied to clipboard
Maybe port to Windows
The terminal program or the makefile ?
I meant the terminal program. I'm not really a huge Windows fan though, so unless there will be higher demand for it than it is now, I probably won't do it. Feel free to submit a pull request though!
Or you could replace it with http://cutecom.sourceforge.net/ or https://sourceforge.net/projects/scriptcommunicator/ or any serial cross-platform terminal.
I build terminal on Windows 10 and it works fine! For building I install MSYS2, in MSYS2 I install mingw-w64-x86_64-gcc toolchain and libusb using packman: pacman -S --needed base-devel mingw-w64-x86_64-toolchain pacman -S mingw-w64-x86_64-libusb
In usbasp_uart.h I set absolute path to libusb.h like "C:/msys64/mingw64/include/libusb-1.0/libusb.h".