Recent content by radcom

  1. R

    serrxd problems on 28X-1

    I have a 28X-1 on a project board the code running on it is as follows: Disconnect setfreq m8 sertxd("ok") do goto main outputs: high 7 if b2 = 1 then high b1 endif if b2 = 0 then low b1 endif main: serrxd b0,b1,b2 'let pins = b0 'let b1 = b1 sertxd(b0,b1,b2)...
  2. R

    LS-41EB-3V GPS Module Tutorial

    Where can I find the tutorial for the LS-41EB-3V GPS Module as the only links I have found are broken links edit: the file name should be: axe210_GPS.pdf thanks
  3. R

    Visual basic Program to use with picaxe

    I am trying to create a command line based program to send serial data to a picaxe 28-X1 The general idea it that I can have a program and I can launch it with different values in the command line which are then sent out the serial port to the picaxe i.e. launching "myprogram" with the number...
  4. R

    28 x1 serial communications help

    I am trying to build an interface for my computer that sets the outputs of a 28X-1 chip to a Byte sent from the computer the byte will vary between 0 and 255 and the out puts should be set accordingly i.e. 0 = 00000000, 1 = 00000001, and 255 = 11111111 but with the code I have all it does is set...
  5. R

    28X-1 output problem

    I have a picaxe 28X-1 and it should recive a value sent to it over the programming pin and then set the output pins accordingly, my code works perfectly well on the simulator, but when I download the code to the 28X-1 the outputs 4&5 come on and when they shouldn't and I can't work out why...
  6. R

    Web based serial interface

    I am trying to create a program what will set the 8 outputs on either an 18 or 28 pin picaxe the 18 is an 18-x and the 28 may be a 28-x1 but I?m not sure. The value is received via serial at 9600 baud from a computer, the serial data is sent as a number from 0 to 255 and I believe needs to be...
  7. R

    UK source of serial RFID readers

    Does any one have any ideas on where I could find a serial RFID reader that would work with picaxe?
  8. R

    Serial LCD & Clock

    Serial LCD & Clock Does the Serial LCD & Clock product on techsupplies.co.uk http://194.201.138.187/epages/Store.storefront/?ObjectPath=/Shops/Store.TechSupplies/Products/AXE033 Include the clock upgrade free or do you have to buy it separately as saying ?Serial LCD & Clock? in...
  9. R

    serial on an picaxe 18 project board

    I am using a picaxe 18X on a on a Rev ed project board with the transistor array but I don?t know where I connect the serial in and serial out to so if someone could provide me with a diagram I feel really stupid asking this after there is so much already up, I just do get how to connect it to...
  10. R

    serial reader program

    I need a small visual basic 6 program that will display the current number value of a variable (not b0 as I have all ready used this) in a label or text box (in BIG numbers) and also how do I interface a picaxe 18X to a computer I have read the manual on this but do not understand it so if some...
Top