Search results

  1. P

    Lm35 .... 14m .... Lcd

    Not sure if I understand my problem well enough to frame the question, but here goes. I need an algorithm to present the output of an LM35 temperature sensor on a LCD, with one decimal place. At the moment I am simulating the LM35 with a pot and using readadc10 I have a nice smooth transition...
  2. P

    14M Download/output 0 conflict ?.

    I would like to use output O for a serial LCD, but it also needs to function as 'serial out' during a download. I have laid out the board to include the suggested 180 ohm resistor. I am wondering what people normally do in this case, for example do I have to resort to diodes to prevent a...
  3. P

    Tune

    I can see how duration , octave and note get encoded into a byte. The example I chose was minim, middle octave, note C. However I fail to get from there to the hex value, probably old age and a lack of lubricant. Anyone able to enlighten this old man ?. Cheers ... picnut
  4. P

    Download waveforms.

    I am trying to workout what waveforms exist on a download cable. Normally high or low ?. Also when the edotor does a check to see if the hardware is connected, what does it look for ?. Thanks ... picnut
  5. P

    Crazy LCD ....

    I have a 14M set up to read a pot on pin 0 using ADC. The program is ... Init: pause 500 Serout 2, N2400, (254,1) 'Clear display Serout 2, N2400, (254,14) 'Cursor on Read0: Pause 30 ' To allow time for display to clear Serout 2, N2400, (254, 128) 'Move to...
  6. P

    Data direction 18 pin.

    Is there any reason why data direction cannot be changed on any PORTB pin by using TRISB ?. I would like to reconfigure for four digital inputs and four digital outputs, Thank you .... picnut
Top