Search results

  1. K

    simple usart problem

    //Laboratory No:1 //File name:Lab1.c //Student Name:Goh Chee Tatt #define XTAL_FREQ 4MHZ #include <htc.h> #include "delay.h" #include "lcd.h" #include "usart.h" #include <stdio.h> #include <stdlib.h> #define _XTAL_FREQ 4000000 /*Lab1.c - Turn ON PORT B 0 LED*/...
  2. K

    Pic16f877a and lcd

    Can a microcontroller pic16f877a control a number of lcd? Normally its just one but in my case since i am doing food ordering system , I need the microcontroller to display data in various stall , is it possible?
  3. K

    simple usart programming problem

    //Laboratory No:1 //File name:Lab1.c //Student Name:Goh Chee Tatt #define XTAL_FREQ 4MHZ #include <htc.h> #include "delay.h" #include "lcd.h" #include "usart.h" #include <stdio.h> #include <stdlib.h> #define _XTAL_FREQ 4000000 /*Lab1.c - Turn ON PORT B 0 LED*/...
Top