Search results

  1. L

    hserin with USB download cable?

    Hi, for my application, I need to communicate with the PC. I intend to do so with HSERIN, as the PC may or may not send data. Is it possible to connect the HSERIN port to the serial in port on the picaxe, so I can use the same connection to download the program and communicate? I would have...
  2. L

    Bug report

    OWOUT does not work correctly in 5.2.3. It resets my 28x1 whenever called. version 5.2.2 does not have this problem See thread in main forum.
  3. L

    28X1 and OWOUT problems

    Hi, I have problems with OWOUT and picaxe 28x1 chips. Whenever OWOUT is called, the chip pretty much resets istself. Readtemp has no issues. Below is the code and output from sertxd SERtxd ("START-readtemp",13,10) readtemp 1, b0 PAUSE 750 SERtxd ("T1=",#b0,13,10) pause 100 main...
Top