Search results

  1. B

    Line breaks in terminal window

    Is there away to break lines in the terminal widow? Most terminal programs will display the proceeding characters on a new line after either a carriage return/linefeed (ascii 10 and 13) or a carriage return. The terminal window does not. This makes it difficult to see the transmitted data...
  2. B

    Problems with PUT statement with 20X2

    Hi all, I am fairly new to the picaxe and seem to not understand the PUT statement. Why does this code not show all ones in the debugger? let w0 = 1 put 1,word w0 put 2,word w0 put 3,word w0 put 4,word w0 get 1, word w1 get 2, word w2 get 3, word w3 get 4, word w4 Main: debug...
Top