Hello there, I'd like to start for a test, but I still be afraid to brick my pickit3 (PK3 for short). Sorry but I didn't find a document to make the first steps. The program online help has little to tell how to make the PK3 to work. I probably understood that it will take to load a new firmware onto the PK3 mcu. Then , I hope to find how to write the first chip using the new firmware. Second matter, It will possible to program the ATmega328P. I suppose that the PK3 MCU can use the MOSI, MISO and...
How am I suppose to write a PIC with Pickit3 in Linux? All day struggled to find a workable condition with Archlinux. The only available is to set up MplabX-IDE which need Python2 and all the bloat along it. I got the attempt to install Pickit-minus, but I can't run appimage.
GCBASIC would be a godsend. I had tried and I messed up another basic highlighter, but I should get it close to expectations and solve the mess :) The most problem is that is just a course attempt and something is pretty unfinished. For example the theme is hard to settle (maybe asking to N++ how to). I like dark theme, but the result is not followed within the language highlighter. So every detail I had to set it on its own. EDIT I got a rough highlighter for Notepad++ (See Attachment) The procedure...
GCBASIC would be a godsend. I had tried and I messed up another basic highlighter, but I should get it close to expectations and solve the mess :) The most problem is that is just a course attempt and some it's pretty unfinished. For example the theme is hard to settle. I like dark theme, but the result is not followed within the language highlighter. So every detail I had to set it on its own.
SizeOf() on the array, I think I got it, but to have the way to know where it could be the next variable saved somewhere in the memory I probably would make something like: Sub EEreadSavedData() ' the routine intent is to save data in a structure fashion ' where the memBank is what determine the number of block ' to be written pntr = numblock * SavedDataSPACE + memBank ReadEEdata: EPRead pntr,SavedDataWr tmpl = SizeOf(SavedDataWr) pntr = pntr + tmpl EPRead pntr,SavedDataSize tmpl = SizeOf(SavedDataSize)...
I found the list on the lexlib.lxl file, which is almost the same as the file you mentioned. I expressed rough on the title, as the fact some behavior is not well tailored, yet. Kate is offered for both platform so the editor goodness is shared even in Windows OS. There could be the chance to make similar chance on the Notepad++. I got used with kate and that is all it would need to write a source file. The ancillary options. in Linux, are more naturally carried out on the CLI, whereas the Windows...
Hello everybody Even I installed GCbasic Studio in Linux that works by the help of Wine. I preferred to manage with my favorite editor Kate. So I found the keyword list and I mixed with what works for freeBasic one. It won't take much to create an hot key to launch the compiler and other step as SynWrite doing. To make that effective there's some preparation like this page is explaining. Any volunteer that wants improve the highlighter is very welcome. For my needs I'm currently satisfied. Probably...
Hello everybody Even I installed GCbasic Studio in Linux that works by the help of Wine. I preferred to manage with my favorite editor Kate. So I found the keyword list and I mixed with what works for freeBasic one. It won't take much to create an hot key to launch the compiler and other step as SynWrite doing. To make that effective there's some preparation like this page is explaining. Any volunteer that wants improve the highlighter is very welcome. For my needs I'm currently satisfied. Probably...