Also just found the latest release 0.12.4, which works 100% on Mint. Thank you Alberto.
I had a similar problem on Linux Mint 20.3. The icons for "Read Device, Write Device and Quit" was not visible, only blank "place holders" Your solution, works 100% Thank you.
I had the same problem on Linux Mint 20.3. Thank you for the solution, works 100% ;)
Just another confirm. Tested 16F1827 , all works 100% Thank you.
YES, it does!! I used the wrong fuse settings. :( So, Alberto - you can add the 16LF628 to your list of confirmed devices. ;) Thank you. PS: These are my settings to use internal oscillator, that works. // PIC16LF628 Configuration Bit Settings #pragma config FOSC = INTOSCIO // Oscillator Selection bits (INTRC oscillator: I/O function on RA6/OSC2/CLKOUT pin, I/O function on RA7/OSC1/CLKIN) #pragma config WDTE = OFF // Watchdog Timer Enable bit (WDT disabled) #pragma config PWRTE = OFF // Power-up...
I have programmed many PIC's with this programmer with great success, and see on the list of supported devices a couple of LF versions, but not the 16LF628. I can actually program it, and read it, when selecting 16F628, but the program does not work. Same program works when I use a 16F628A. Should this programmer work with the 16LF628 ?
I recently lost all my data on my PC, and had to reload everything, but could not get OPgui working again in Mint20.1 or any Windows VM. Luckily Gus Bernard came to my rescue, THANK YOU Gus. ;) Here is the complete procedure that worked for me, on Mint20.1 : On a Mint18 VM, do this in order to get all icons inside OPgui. 1) sudo apt-get install gtk2.0 2) Extract opgui_0.11.2.tar.gz to /OPgui (or any directory you want) 3) Run "make" inside the new directory, from a terminal. 4) Run "make install"...
I recently lost all my data on my PC, and had to reload everything, but could not get OPgui working again in Mint20.1 or any Windows VM. Luckily Gus Bernard came to my rescue, THANK YOU Gus. ;) Here is the complete procedure that worked for me, on Mint20.1 : On a Mint18 VM, do this in order to get all icons inside OPgui. 1) sudo apt-get install gtk2.0 2) Extract opgui_0.11.2.tar.gz to /OPgui (or any directory you want) 3) Run "make" inside the new directory, from a terminal. 4) Run "make install"...