News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

EasyPIC6 programmer

Started by RGV250, Jun 19, 2021, 01:14 PM

Previous topic - Next topic

RGV250

Hi,
I have just dusted off my EP6 board and wondered if it is possible to use MikroProg suite with the onboard programmer or if that only works with the Mikro compiler.

Bob

Frizie

Hi Bob.

Years ago I made it possible with the EasyPIC5 (EP5).
For a description for the parameters, look here: https://www.picbasic.nl/instelling_picflash2_uk.htm

I'm not sure if it is working with EP6.

Regards,
Frizie
Ohm sweet Ohm | www.picbasic.nl

RGV250

Thanks Frizie,
I am pretty sure that will work but I am having problems with the board and the programmer at the moment and not sure what the issue is so not sure if I will use it.

Bob

joesaliba

Bob,

These are the para,eters I used with my EasyPic 4 and now EasyPic 7: -

-w -pPIC$target-device$ -f$long-hex-filename$ -q

The -q is to close the programmer once write to the device has been done.

Regards

Joe