Search results

  1. A

    20M2 and sertxd playing strange in terminal

    Bull's Eye! My mistake was in the line just above "terminal", which I didn't reveal (together with the other 100 initialisation lines before that). "pullup %0111000100000000" I used this to set my digital inputs not to float (others are analogue) but then I physically inverted a pin and ended...
  2. A

    20M2 and sertxd playing strange in terminal

    Hi, I have a 20M2 connected to PC via serial COM9 and I'm using sertxd instructions added to my code so that I can debug on PC terminal. I'm using that command as I know it won't use the output pins (I need them all); it should use only pin 19 (TXD). Terminal is working correctly @4800 and I...
  3. A

    08M2 - ADC used to detect multiple independent digital inputs

    @inglewoodpete - Great input/tip for me. I agree that using R+Z is not a very stable solution, but I already have part of the circuit layed out, so I opted for adding a transistor (R+Z+T) to stabilize and provide more Vcc power. I have some construction limitations already for this circuit and...
  4. A

    08M2 - ADC used to detect multiple independent digital inputs

    Hi all, I'm trying to have a few more digital input pins than there actually are available on the 08M2. I'm aiming for 3 distinct "on/off type" inputs coming on the ADC pin (C.4) going through some kind of weighted resistor network. I've already tried the R-2R log ladder but it requires too...
  5. A

    08M2 - outpinsC problem

    Yes Hippy, I like your thinking when you say "over-current situation suggests the input pin may actually be an output", very possible but do you think the outpinsC causes a momentary conversion or reset of pin status (input/output) and that triggers the instability? Or other? Also as requested...
  6. A

    08M2 - outpinsC problem

    Hi, I've searched a few similar topics in the forum but with no luck for my case: http://www.picaxeforum.co.uk/showthread.php?15635-Pin-changes-state-when-quot-gosub-quot-is-used&p=137072&viewfull=1#post137072 and...
Top