Search results

  1. @

    Special Function Variables question.

    Is it possible to retreeve the output pins status and store it into a variable by peeking the Special Function Variables area on a 20M? also is it there an easy way to swap bit 0 with bit 7, bit 1 with bit 6, bit 2 with bit 5, and bit 3 with b4 on the 20M. Thanks for your replies!
  2. @

    First resonator try

    I all. Just ordered a 16mhz resonator to be used on a 28x1 picaxe and it brings the following questions. 1-Does the 28X1 detect the external resonator and disconect automatiquely the internal resonator and clocks the picaxe at 16 mhz? 2-Can the setfreq m4 and setfreq m8 still be used and...
  3. @

    24LS256 EEprom memory board

    Hi everybody I have made the PCB layout for a 24LS256 EEprom memory board. I would like to have experts advise before i etch it Thanks for your replies @lowa
  4. @

    Writing to eeprom memory inside a picaxe

    Hi everybody Is it possible to write to the non volatile memory from inside a program on a 18x so the written value(s) will still be there after the power is tunned off and on again Thanks @lowa
  5. @

    Non Sony IR keypress recorder

    Is it possible to record the code from a keypress of a non Sony IR remote with a Picaxe and duplicate it with an IR LED later? Any advise will be welcome I would like to duplicate the play, FF and play minus 8 secondes of me Scientific Atlanta explorer 8300 HD cable tv decoder and recorder. Any...
  6. @

    Serial communication between 2 picaxe-18x

    Hi everybody I am trying to send data from output 0 of a picaxe-18x to input 0 of another one. The program for the sending one is as fellow: main: for b0 = 0 to 255 serout 0,N2400, (b0) next b0 goto main And the program for the receiving one is : main: serin 0,N2400, (b0) pins = b0...
  7. @

    COM to TCP/IP (2nd try)

    I have posted the following tread during the week end and i have not received any answers yet so im wondering if i posted it in the right place or if nobody knows the answer :confused: so i am trying again http://www.picaxeforum.co.uk/showthread.php?t=9183&highlight=ethernet Thanks @lowa
  8. @

    COM to TCP/IP

    I everybody I am trying to configure a COM to TCP/IP connection between a laptop (slave) and a desktop (Master) over the local network using the Serial to Ethernet configuration wizard on the programming editor. (Version 5.2.0 on both machines) The picaxe chip is connected to the com 1 (Only com...
Top