Page 1 of 1

USBtiny and FC8

Posted: Sat Apr 04, 2020 12:24 pm
by Pactor
Hello
Sorry if this has been asked before.
On FC 7 I was able to program the Arduino via the ICSP using the USBtiny programmer, just had to alter a couple of lines as in the attached files.
Is it possible with FC8? It all seems different.
I can't pretend I knew what I was doing but it seed to work fine.

Re: USBtiny and FC8

Posted: Sat Apr 04, 2020 9:47 pm
by Benj
Hello,

Yes it will work the same way, the only difference with v8 is that the compiler toochains are installed seperatley but there is still a batch folder in the batch folder to program via the usbtiny.

Another change is that the Arduino device fcdx files now live here.

C:\ProgramData\MatrixTSL\FlowcodeV8\FCD\ARD

Create a copy of the Arduino Mega and then make the relevant changes to the copied file to get the latest changes and paths etc.

Re: USBtiny and FC8

Posted: Sun Apr 05, 2020 1:13 pm
by Pactor
Thanks, it worked fine.