Recent content by dseverin

  1. D

    Problem in reading ADC on 28X2

    Sorry - problem solved. Having used the Simulation for the first time (since using Picaxe from 2007) not realized that the data (128) was coming from the editable screen toolbar on the left/bottom of the screen and not from the hardware. I had usually used the debug command and a hardware LCD...
  2. D

    Problem in reading ADC on 28X2

    The chip is a PIC18F25K22-1/SP, purchased this year. I can vary the pots and see the voltage change at the actual pins. The V+ is 5 volt. I had used a similar program at another time successfully on a 40X2 chip. I'm about to change the chip to another.
  3. D

    Problem in reading ADC on 28X2

    I saw this earlier and I have the same problem. I have voltmeter on the pins to confirm the attached hardware but all I read is 128 (80H) what have I missed? #picaxe 28X2 'Have 4 pots on C.4 to C.7 which are ADC 16-19 main: dirsC = %00000000 adcsetup2 = %00001111 more: readadc...
Top