Search results

  1. R

    Streamlining code

    Hi, I'm working on a project using a PICAXE 08m and I am finding that 256 bytes isn't quite enough for my program. In the process of rewriting to make it more efficient I thought it would be useful if there was a list or something that showed how many bytes certain basic commands use. Does such...
  2. R

    28x2 clock speeds.

    Hi, I’m using a 28x2 with a 4mhz xtal and have used the setfreq em16 command at the start of my code. However when I use serout T2400_16 the baud rate seems to 1200… To get 2400, I need to use T2400_8 which doesn't make sense. (using an 08m running at 8mhz as the reciever) My theory is that...
Top