Search results

  1. L

    serout in parallel tasks

    Hi, it does not have to be a 08M2, it could also be a 20M2, but that also does not work with serout at 9600 Bd. ;) Thanks for your suggestion concerning pin swapping. I see the following side effects: - Task0 writes UART data to C.0 - Task1 also wants to write UART data to C.4 => To achieve...
  2. L

    serout in parallel tasks

    Yes, but I need a second UART (TX only) on another pin.
  3. L

    serout in parallel tasks

    Hello, I have a program that uses parallel task processing feature of M2 and would like to send UART data with 9600 Bd with serout command. As far as I understand, programs with parallel task processing automatically use 16 MHz clock frequency, but using N9600_16 results in a baudrate of...
  4. L

    irin with SIRC15

    Hello, I have a remote control that sends Sony SIRC15 protocol. PICAXE command irin expects SIRC12. As far as I understand, SIRC15 has 3 bits more in the device code (or address) at the end. https://www.sbprojects.net/knowledge/ir/sirc.php With my example code shown below, the received IR...
  5. L

    Download code to external slot with Picaxe 20X2

    Thanks, it works with the beta version of picaxe20x2.exe with file date from May 2018. When will the official compiler version be corrected?
  6. L

    Download code to external slot with Picaxe 20X2

    Hello, Picaxe 20X2 has one internal slot (0) and supports up to 32 external slots. I would like to download code in external I2C EEPROM slot 4: #slot 4 But I get an error message from PE6: #slot - 20X2 only has slot 0! How can the program be loaded to an external slot in I2C EEPROM? Thanks...
Top