USB

+5VData +DATA -GND
Tags: USB PIC

Lcd Hello World pic18f4550

here is ccs code :#include #fuses HS,NOWDT,NOPROTECT,NOLVP#use delay(clock=4000000)#include void main() {lcd_init();lcd_putc("Hello!");}LCD pins D0-D3 are not used and PIC D3 is not used.D0 enableD1 rsD2 rwD4 D4D5 D5D6 D6D7 D7 [Read More]
Tags: PIC

strange errors in ProgICD2

I prefer using mplab programmer itself but inorder to program pic 16f84 there is no other choice.
Tags: PIC