Search results

  1. I

    Viewing Scratchpad Memory Values

    Greetings Hippy Greetings Hippy I ran a series of tests with the Transmit Picaxe running a very simple routine that used the HSEROUT command sending one or more bytes of data followed by a delay and then repeating. The Receive Picaxe code was setup to use background receive mode and all its...
  2. I

    Viewing Scratchpad Memory Values

    Thanks for the reply Yeah I'm relying on the buffer associated with hardware serial port to handle the data, I did add a much larger delay between HSEROUT as a test but it didn't make any difference. I was planning on doing a very simple serial routine similar to what you've outlined so I'll...
  3. I

    Viewing Scratchpad Memory Values

    Hello Hippy Thanks for the quick reply. I've used RS232 over the years but this is the first time I've used hardware in a background mode. I've put a simplified version of the code I've been using below For the TX routine I'm basically I send 16 bytes of data in two 8 byte blocks. In each...
  4. I

    Viewing Scratchpad Memory Values

    Hello I'm trying to view the scratchpad memory values in the Picaxe editor software. I thought that I could see them in real time when a downloaded programme came across a debug command but the Memory/Scratchpad window doesn't update (all values stay at at 00). Does this window only update in...
  5. I

    @ptrinc destination variable error

    Greetings All I upgraded PE6 from 6.0.6.1 to 6.0.8.8 today and loaded a previously known good project. When I ran the syntax check it failed and came up the following error message bcdtoascii TC_Temp_Data, @ptrinc, @ptrinc Syntax error on line 379 at/before position 43 Error: @ptrinc...
Top