pic16f913 and ds18b20

spinnaker

Joined Oct 29, 2009
7,830
I already try this. I write

but it fills the entire LCD with "B"

You are mixing up two data types. lcd_puts outputs a string (it is what the s means), lcd_putc outputs a characterm the meaning of the c.

You need to use lcd_putc because you are sending a character to the LCD.
 

spinnaker

Joined Oct 29, 2009
7,830
If this can wait till I get back from Orlando, Florida next week, I can post an example of one wire and the Dallas temperature sensors. I need to drag that project out anyway.
 

spinnaker

Joined Oct 29, 2009
7,830
I see post number 40

You are using a pic16f913.

If the debugger cannot find that chip then I suggest you contact microchip but I will bet that you have something wired wrong on your ICSP connector.
 
Top