Search results

  1. L

    SP03.exe, Speech Module config software HANGS

    When I try to use the config software for the SPE030 Speech Module the software hangs whenever I press TEST or SET; I get a "Program not responding" message. When I press 'Program" it works fine and the module itself seems OK, but I have to program after each entry to keep it from hanging. I...
  2. L

    for..next and sleep comands

    Hi: When I try to use the SLEEP command inside a FOR..NEXT loop, the program gets messed up. It seems to simulate OK, however. Comments???
  3. L

    AXE033 LCD - Display calculation question

    Hi: I am building a device that will display the value of an input as percentage of a constant. In the code below, I want to display the input counts divided by 200. For example, with an input of 20 counts I get a display of "percent: 10.0" which is correct. However, when I input a...
  4. L

    AXE033 LCD - Display calculation question

    Hi: I am building a device that will display the value of an input as percentage of a constant. In the code below, I want to display the input counts divided by 200. For example, with an input of 20 counts I get a display of "percent: 10.0" which is correct. However, when I input a...
  5. L

    AXE033 LCD - Display calculation question

    Hi: I am building a device that will display the value of an input as percentage of a constant. In the code below, I want to display the input counts divided by 200. For example, with an input of 20 counts I get a display of "percent: 10.0" which is correct. However, when I input a...
  6. L

    44780-based LCD; display variables

    I am using the Picaxe 28A to drive a 44780-based LCD (not the AXE033). The code shown on page 36 of Picaxe Manual 3 works fine (especially when the connections shown on P.35 are corrected). However, this codes provides for the display of canned messages stored in EEPROM. I would like to see an...
  7. L

    44780 -based LCD; displaying variables

    I am using the Picaxe 28A to drive a 44780-based LCD (not the AXE033). The code shown on page 36 of Picaxe Manual 3 works fine (especially when the connections shown on P.35 are corrected). However, this codes provides for the display of canned messages stored in EEPROM. I would like to see...
Top