Search results

  1. B

    Character to decimal? (Newbie)

    By using the ASCII table, how do I convert user input in the terminal window from character to decimal? Here is a part of my code. sertxd("Waiting for user input: ", cr, lf) serrxd #userInputChar ;the # sign means char sertxd("The character you entered is ", #userInputChar, ". ") So...
  2. B

    User input into Serial Terminal?

    Is there a way to have the Picaxe Editor read user input in the Serial Terminal like Arduino does? I'm looking to create a program that will take an integer the user types into the Serial Terminal and uses that value to control the flash rate of an LED connected to a digital pin on my PicAxe-28...
Top