Humble greetings,I attempt to resurrect my RepRap 3d printer that I built over 12 years ago. Originally it was running on Teacup firmware on a Gen7 1.4.1 board but seeing Repetier's superiority I wanted to give it a go.I am fully aware that this is an ancient tech, thought the board was supported and it seems it still should. It runs an AT Mega 1284P at 20 kHz.The board communicates through USB serial port from FTDI:
115200 bits per second
8 data bits
None parity
1 stop bits
None flow control
Following instructions I used Arduino IDE version 1.0.3, installed boards with Gen7-Arduino-IDE-support, downloaded Repetier firmware version 1.0.4 (with triple checked settings), corrected one little issue with c++ code (prev Arduino gpp does not include lroundf function).Code compiles, BAUD-rates are same, I upload all to the board, start listening to the port and… get semi-garbage:startþstaòstaòstaòstaòstaòstaòstaòstaòI could really use some guiding directions to what I might be missing.To jump ahead of extra questions: I tested earlier and newer versions of Arduino IDE, I tested older versions of Repetier, I changed BAUD rates, toggled other properties of serial port.Here is link to git repo with Gen7-Arduino-IDE-support and my config of Repetier firmware.