User Activity

  • Modified a comment on discussion User Submitted Projects, Demos & Guides on GCBASIC

    I installed VS codium and integrated Claude AI. But getting the compile and upload buttons to integrate and upload via pickit3 or avr are failing. If you posted a script or guide it would be useful

  • Posted a comment on discussion User Submitted Projects, Demos & Guides on GCBASIC

    I installed VS codium and integrated Claude AI. But getting the compile and upload buttons to integrate and upload via pickit3 or avr are failing. If you posted a script orguide it would be useful

  • Modified a comment on discussion User Submitted Projects, Demos & Guides on GCBASIC

    I just moved from Windows to Linux and miss Synwrite and it's lexer. There is a similar program to Synwrite called Geany which I am using that integrates with MPLAP X 6.20 IDE and an avr programmer. You must use version 6.20 as it is the last version to support pickit3. So I made a universal script that runs in Linux and installs the latest gcbasic compiler + geany editor + pickit3 support + avr programmer from the web. It also adds a lexer to Geany which is essentially it's freebasic lexer modified...

  • Posted a comment on discussion User Submitted Projects, Demos & Guides on GCBASIC

    I just moved from Windows to Linux and miss Synwrite and it's lexer. There is a similar program to Synwrite called Geany which I am using that integrates with MPLAP X 6.20 IDE and an avr programmer. You must use version 6.20 as it is the last version to support pickit3. So I made a universal script that runs in Linux and installs the latest gcbasic compiler + geany editor + pickit3 support + avr programmer from the web. It also adds a lexer to Geany which is essentially it's freebasic lexer modified...

  • Modified a comment on discussion Open Discussion on GCBASIC

    Good tip thanks. This command was pasted into chatgpt: https://gcbasic.sourceforge.io/help/index.html scrape this link for all gcbasic syntax and examples and update memory for all syntax as necessary Also when chatgpt is issuing code ask it to add verbose comments

  • Modified a comment on discussion Open Discussion on GCBASIC

    '---------------------------------------- ' PIC16F1705 - LM35 Temperature Reader ' Clock: 16 MHz ' FVR = 2.048V '---------------------------------------- #chip 16F1705, 16 '---------------------------------------- ' Variables '---------------------------------------- Dim adcVal As Word Dim tempCx10 As Word Dim tempC As Word '---------------------------------------- ' Pin setup '---------------------------------------- Dir PORTA.0 In ' AN0 input (LM35) '---------------------------------------- ' FVR...

  • Modified a comment on discussion Open Discussion on GCBASIC

    ~~~'---------------------------------------- ' PIC16F1705 - LM35 Temperature Reader ' Clock: 16 MHz ' FVR = 2.048V '---------------------------------------- #chip 16F1705, 16 '---------------------------------------- ' Variables '---------------------------------------- Dim adcVal As Word Dim tempCx10 As Word Dim tempC As Word '---------------------------------------- ' Pin setup '---------------------------------------- Dir PORTA.0 In ' AN0 input (LM35) '----------------------------------------...

  • Modified a comment on discussion Open Discussion on GCBASIC

    ~~~ ~~~'---------------------------------------- ' PIC16F1705 - LM35 Temperature Reader ' Clock: 16 MHz ' FVR = 2.048V '---------------------------------------- chip 16F1705, 16 '---------------------------------------- ' Variables '---------------------------------------- Dim adcVal As Word Dim tempCx10 As Word Dim tempC As Word '---------------------------------------- ' Pin setup '---------------------------------------- Dir PORTA.0 In ' AN0 input (LM35) '----------------------------------------...

View All

Personal Data

Username:
rikki-duino
Joined:
2013-02-11 08:47:21

Projects

  • No projects to display.

Personal Tools