Search results

  1. T

    Graphical display from serial port data

    Anyone know of a windows program that will take serial data from the Picaxe and display it in a polar format (like a radar PPI scope) or something that will display a contour plot? I would like to graphically display the area contours scanned with an ultrasonic module. Thanks
  2. T

    Receiving numeric string from serial port

    Thanks for the help "#" worked great, i'll post some pictures when i get an antenna mounted on it.
  3. T

    Receiving numeric string from serial port

    Thanks, I'll try "#" . I need it to accept the position for azimuth and elevation like degrees, it will be cross referenced in a table. The Picaxe will be at the antenna mount and will communicate with the computer via serial. I will send a position and the pedestal will move to that position...
  4. T

    Receiving numeric string from serial port

    I'm building a project that requires the Picaxe to receive a numeric string from a serial port, the range is 0-500. I cannot find anything on how to do this. I'm using 18M2, this is going to control an antenna for tracking satellites.
  5. T

    count will not simulate

    I am using a 08M picaxe, trying to simulate the count command using a mouse click on an input pin for the count input. It does not simulate. Tried using other chips but no luck. Any help would be appriciated. main: count 1,5000, w2 sertxd (#w2) goto main
Top