Menu

[FIXED] GCStudio error

2022-12-14
2023-09-06
  • Clint Koehn

    Clint Koehn - 2022-12-14

    The following program will compile and progam properly under GCBASIC but not GCStudio.

    #chip 18F14K22
    #define USART_BAUD_RATE 9600
    #define USART_TX_BLOCKING
    
    Do
      HSerSend A
      Wait 100 ms
    Loop
    

    Later,
    Clint

     
  • Anobium

    Anobium - 2022-12-14

    We have now found the root cause of the issue. As part of the USART .h improvement to reduce the size of the ASM routines (to improve speed) we have introduced an error in the INITUSART method.

    We are testing now. We will publish to the DEV channel as soon as practical.

     
    • Anobium

      Anobium - 2022-12-14

      Please test and report back that it works as expected, this will be published in the GC Studio DEV later today.

       
  • Anobium

    Anobium - 2022-12-14

    A huge thank you for Bill Roth for sorting this library out!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.