Search results

  1. B

    Expand\Collapse All Blocks

    Hi How does one Create a Block ?
  2. B

    Replace

    It Seems Most posts in this Portion of the Forum are are not responded to ?.. but might as well thow something else in ...................... The Replace function of the Editor is a little frustrating. I.E. Highlight a portion of Text Hit Ctrl R The Text to find is in the Text Box .. Great ...
  3. B

    EEPROM

    Howdy Technical. When Using the EEPROM command , I , Like Others, Use a Symbol To refference the location. I.E. Symbol Loc1 = 10 :EEPROM Loc1,("Hello") Symbol Loc2 = Loc1 + 5 :EEPROM Loc2,("Tech") As The Editor Can allready keep track of the EEPROM Allocations, I was...
  4. B

    </font></pre></code>

    Whats the trick for editing posts that include the code tag ?? the Start tag is Unmodified with Sqr Brackets but the end tag is converted to html style Like 'Subject' Any Chance of Increasing the Width Of The Msg Reply Box ?
  5. B

    I2C Ram

    Hi I'm In Need of extra Ram. 1K bytes or better. I2C is My Pref. Would anyone here have any experience with such devices , And could you recommend any particular device/s Regards Barry
  6. B

    i2cSlave

    Hi Is There a Location I can Peek Into to retrieve the Current i2cSlave data ? Obviously I could store it In a Variable or my own location but thats somit i'd like to avoid. I have a number of devices on the bus &amp; my interrupt routine needs to access one of those devices.
  7. B

    ds2480 .. ?

    Anyone Got one working with a picaxe yet ?
  8. B

    Scratching Head

    Got any Clever folks with a math routine that will Mirror a Byte ? I Could do Bit0 = Bit15 : Bit1 = Bit14 :Bit2 = Bit13 ..etc But would be interested If there is another way.
  9. B

    Pocket Classic 1200

    Would anyone happen to have any schematics of the OLD Motorola Pocket Classic cell phone ? They have an 8 chr led display. Each Chr is a matrix of 5x7 . There are 24 Pins . I've figured out for sure VCC,GND,A0,A1,A2,D0..D7 I'm Guessing Reset,Clk I've got it working with a mcp23017 &amp; 18X...
  10. B

    groups.yahoo.com/group/picaxe/

    Whats the normal timespan for registering and being accepted to contribute or view ?
  11. B

    Jump To Label Dropdown

    I Know I've asked before , But Is there a possibility of adding a list of current labels that the editor jumps to when selected . ? Recon a Lot of us would be Overjoyed with that little enhancement.
  12. B

    Peek Poke Variable Address's

    Hi I've Noticed That on an 8M, Peek/Poke to The GP Registers $32..$3F Is Addressing B0..B13 It's useful to save/Restore variables in for/next loops !! Is This Standard For All Picaxes ?
  13. B

    24lc256 woes

    Hi Folks. I have a small excell sheet that creates code to dump data into a 24lc256 for lookup purposes. Having some problems with Bad Writes. There are a number of other devices on the i2c bus that don't appear to have any problems. I have tried just an 18X &amp; lc256 (with appropriate...
  14. B

    Serial Terminal

    Hi Could The Serial Terminal Remember It's Last Baud Rate Setting? Could the Serial Terminal Form be Modeless. ? Also I'm a little confused as to what makes the Debug screen Popup when I have NO debug statements In my code .. I.E. ProgEd set to launch Terminal After Dnload. Out Of The Blue ...
  15. B

    Number/Default Color

    In The Code symbol MyType = $C0 symbol MyVersion = $11 symbol IntStateMask = %10000000 %10000000 is in the 'Number' Color $11 is in the 'Number' Color $C0 is In the 'Default' Color ... ? Is this a bug or is there a reason ?
  16. B

    MCP23016 R/W Time

    Hi Folks I've Been using HC595's &amp; HC165's to Expand The IO capabilities of an 18X &amp; 8M. As I Haven't used the I2C functions of the picaxe's as yet , I don't have any idea of how long it takes to do a Read/Write. Would anyone happen to know how long it might take to say toggle an Output...
  17. B

    Q For Technical

    Hi Folks I've created a network of Picaxes For a gate control system. I'm Using 3 Wires of a cat5 (Thats all that are spare). As All The Micro's need to be active all the time, I'm using a bitbang routine to communicate @ 600Baud. The Normal Comms are using 1 wire for Tx/Rx &amp; the Remaining...
  18. B

    Symbol Odity

    Somewhat confused as to what is happening !! This Caos relates to using symbols to relate to IO Pins. E.G. 18X symbol anLimitSWs = Input0 symbol DivideVal = 15 Main: ReadADC anLimitSWs ,B2 B2 = B2 / DivideVal If B2=B3 then main SerTxd (&quot;Changed From &quot;,#B3,&quot; To...
  19. B

    Set Freq To Lower Than 4Mhz

    Can It Be Done ?
  20. B

    Why No Timeout for SerIn

    Hi It Appears these devices have been arround for a while now &amp; there is still no way of getting out of the endless loop of serin. Will This ever be addressed ?
Top