PICAXE.CO.NZ​
  • Home
  • Co Spaces
  • EV3 Programming
  • Picaxe setup
    • Components
  • LESSONS
    • Programming an LED
    • Playing Music
    • Measuring Light, Temperature or Moisture
    • Sending Messages
  • About
  • RESOURCES
    • Basic Troubleshooting
    • Picaxe Manuals
    • PDF Resources
    • Program Examples
    • Music FIles
  • GALLERY
  • CONTACT
  • EV3 Intro slideshow
  • Science Fair
  • Co spaces

Sending Messages

Get your Picaxe to send a message to you.

​An example program:
Picture
The sertxd command allows data to be sent back to the computer via the programming cable.

The pause command creates a time delay and is measured in milliseconds as opposed to the wait command which measures the time delay in seconds.
Now we can send text information:
Picture
The code 13, 10 indicates a new line.
44 is used to represent a comma.
Picture
Change the pause value to 1000 and see what happens. Now try this: 
Picture
Powered by Create your own unique website with customizable templates.