User Activity

  • Modified a comment on discussion Open Discussion on GCBASIC

    A really good example of the HSerPrintList capability. #chip 16F877A, 20 #define USART_BAUD_RATE 9600 #define USART_TX_BLOCKING #define USART_DELAY OFF 'Demonstrates side by side with the code it replaces: sending the same 'nine values to comport 2, once the old long way (one HSerPrint call per value, 'each with its own explicit comport argument) and once the new way (a single 'HSerPrintList [2], ... statement). Both Subs below send byte-for-byte identical 'output - the difference is only how much...

  • Posted a comment on discussion Open Discussion on GCBASIC

    A really good example of the HSerPrintList capability. #chip 16F877A, 20 #define USART_BAUD_RATE 9600 #define USART_TX_BLOCKING #define USART_DELAY OFF 'Demonstrates side by side with the code it replaces: sending the same 'nine values to comport 2, once the old long way (one HSerPrint call per value, 'each with its own explicit comport argument) and once the new way (a single 'HSerPrintList [2], ... statement). Both Subs below send byte-for-byte identical 'output - the difference is only how much...

  • Posted a comment on discussion Open Discussion on GCBASIC

    A new way to optimise sending lots of serial instructions avaliable in build 1651. Syntax: HSerPrintList value1, value2 [, value3 ... ] HSerPrintList [comport], value1, value2 [, value3 ... ] Enabling Constants: The same enabling constants as HSerPrint apply. 'USART settings for USART1 #define USART_BAUD_RATE 9600 #define USART_TX_BLOCKING #define USART_DELAY OFF Explanation: HSerPrintList sends two or more values in a single statement, instead of writing one HSerPrint call per value. Each value...

  • Committed [r1969] on Code

    New: HSerPrintList optional [comport] argument, with a peephole optimization to collapse redundant comport reloads; build 1651

  • Posted a comment on discussion Contributors on GCBASIC

    We have all the reference file within the installation as any solution has to work without the internet. No too hard as producing stand alone HTML is easy with AI. We have all the chip files, all the defaults for all the chips, a special file provided by Microsoft to find Datasheets and methods to find the home page. Up for a challenge?

  • Committed [r1968] on Code

    Fix: AVR DX RAM-clear used SRAM_START, which GCASM silently resolved to 0 instead of the chip's real SRAM base, corrupting I/O register space on boot; build 1647

  • Committed [r1967] on Code

    Fix: Dim x As Type = expr silently mis-set or dropped its initializer when the expression contained a function call; build 1646

  • Posted a comment on discussion Contributors on GCBASIC

    Interesting. Could this approach replace PICInfo and AVRInfo? I can share all the data sources for these tools. I want to replace these tools as the licensing for the Dev Tools is very expensive.

View All

Personal Data

Username:
evanvennn
Joined:
2011-11-17 08:26:40
Location:
Guildford / Britain (UK) / BST
Gender:
Male

Projects

This is a list of open source software projects that Anobium is associated with:

  • BMPtoGLCD A Freebasic BMP to GLCD converter Last Updated:
  • Project Logo GCBASIC   Last Updated:
  • PICKitPlus - the database PICKitplus database only. For Microchip PICs and EEPROMs Last Updated:
  • Tiny Multi Bootloader+ Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers Last Updated:

Personal Tools