User Activity

  • Posted a comment on discussion Open Discussion on GCBASIC

    Does GCB support ALL of the PIC16F18446 peripherals? Are there any examples already? Please forgive me if I've asked this before. Thanks.

  • Posted a comment on discussion Open Discussion on GCBASIC

    In which file can we read about the updates. The changelog on the website seems to be out of date. Thanks for for all of the work you have done on this.

  • Posted a comment on discussion Open Discussion on GCBASIC

    I've just watched Evans video where he uses the Oshonsoft AVR simulator to solve a problem. Is it possible to use the simualtor with PIC mcu's and if so what steps need to be carried out in order to use it in the same way. Is it possible to use the Oshonsoft compiler that is currently on offer at the moment. Thanks for all of your work.

  • Posted a comment on discussion Open Discussion on GCBASIC

    Evan, Thanks for all the work you and the rest of the team have done on this. Will this be available in an update soon? Will examples be available to test? Thanks.

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Hi, I'm new to SDCC and this forum. I'd like to get some experience with using PIC16F819 with SDCC 4.4.0RC3 and MPLABX 6.15. Does anyone have a basic LED blinking example they can share? Thanks. David.

  • Posted a comment on discussion Open Discussion on GCBASIC

    The next section is writing to and reading from the internal EEPROM '---- firstime on ---- Read 0, freqhun If freqhun < 87 Or freqhun > 108 Then freqhun = 87 Write 0, freqhun freqten = 50 Write 1, freqten Endif Read 1, freqten freq1 = freqhun * 100 + freqten According to the Oshonsoft help file in the link above Read and Write are aliases for EEPROM_Read and EEPROM_Write respectively. Are there any built in function/subroutines for the internal EEPROM for the 628A or do I have to create my own with...

  • Modified a comment on discussion Open Discussion on GCBASIC

    Continuing with my original question about the Oshonsoft listing how would these variables be defined in GCBASIC? Dim data(15) As Byte Dim tlr As Byte Dim deler As Word Dim deler1 As Word deler = 0 deler1 = 32768 Dim freq As Word Dim freq1 As Word Dim freqhun As Byte Dim freqten As Byte Dim ht As Byte Are they EXACTLY the same? Here is the Oshonsoft reference https://www.oshonsoft.com/picbasiccompilerreferencemanual.php#23 Thanks.

  • Posted a comment on discussion Open Discussion on GCBASIC

    Continuing with my original question about the Oshonsoft list how would these variable be defined in GCBASIC? Dim data(15) As Byte Dim tlr As Byte Dim deler As Word Dim deler1 As Word deler = 0 deler1 = 32768 Dim freq As Word Dim freq1 As Word Dim freqhun As Byte Dim freqten As Byte Dim ht As Byte Are they EXACTLY the same? Here is the Oshonsoft reference https://www.oshonsoft.com/picbasiccompilerreferencemanual.php#23 Thanks.

View All

Personal Data

Username:
djsbriscoe
Joined:
2004-05-22 08:37:37

Projects

  • No projects to display.

Personal Tools