Search results

  1. B

    Word Symbols

    If I declare a word variable e.g. Symbol Myword = w1 ;Myword is the same as b3 (high byte) and b2 (low byte) variables How do I refer to just the Hi Byte using the Symbol Name rather than by its Byte variable i.e. b3 ?? I have searched Manuals 1 and 2 but cannot find anything relevant.
  2. B

    CHI035A Document Error

    Data Sheet Apeendix A on Page 7 has an error on the schematic diagram. Inputs C.5, C.6 and C.7 are shown wired to C.6, C.7 and C.5 respectively. They are indeed tracked on the board to the correct pins on the 18M2 chip so the input notation and the silk screen idents on the physical board are...
  3. B

    Saving Data in EEPROM

    Hi, I'm using a PicAxe 20X2 in a project and wanted to save some variables in EEPROM so when powering up I can continue to use the last values of the variables from the last use of the device. The EEPROM/Data method is no use for variables I found out. Is there any other method other than...
  4. B

    SPE035 MP3 PLAYER

    I'm in the development phase using the spe035 module and started with the example code in the editor for the kit. After a short while I realised that the busy loop that tests if a song or audio file has completed was not actually detecting the end of the file and it was jumping out of the do...
Top