pls i use to program in mickro c which i use with my development board but d program not executing pls help me
here is the program
// LCD module connections
sbit LCD_RS at RE0_bit;
sbit LCD_EN at RE2_bit;
sbit LCD_D4 at RD4_bit;
sbit LCD_D5 at RD5_bit;
sbit LCD_D6 at RD6_bit;
sbit LCD_D7 at RD7_bit;
sbit LCD_RS_Direction at TRISE0_bit;
sbit LCD_EN_Direction at TRISE2_bit;
sbit LCD_D4_Direction at TRISD4_bit;
sbit LCD_D5_Direction at TRISD5_bit;
sbit LCD_D6_Direction at TRISD6_bit;
sbit LCD_D7_Direction at TRISD7_bit;
// End LCD module connections
void main()
{
Lcd_Init(); // Initialize LCD
Lcd_Cmd(_LCD_CLEAR); // Clear display
Lcd_Cmd(_LCD_CURSOR_OFF); // Cursor off
Lcd_Out(1,1,"Hello World"); // Write text'Hello World' in first row
}
pls threat as urgent
PIC - PIC Development Board + PIC16F877A (HCDVBD0003)
Microchip PIC development boards and accessories
Jump to
- Terms & Conditions / Privacy Policy
- ↳ Terms & Conditions
- ↳ Privacy Policy
- General Discussion
- ↳ General Discussion
- ↳ HobbyComponents.com shop
- ↳ Ebay shop
- Hobby Components Branded Products
- ↳ Arduino
- ↳ Development boards
- ↳ Kits
- ↳ 4x4x4 Version 2 Cube Kits
- ↳ Shields
- ↳ mLink
- ↳ SmartRFy
- ↳ Expressive (ESP8266)
- ↳ LoRa (TM)
- ↳ Prototyping
- ↳ Test Equipment
- ↳ Kits
- ↳ 4x4x4 Version 2 Cube Kits
- ↳ Modules
- ↳ EDTracker
- Development Boards, Programmers & Accessories From Other Manufacturers
- ↳ Arduino
- ↳ Kits
- ↳ Arduino Projects Handbook Kits
- ↳ Arduino Development Boards
- ↳ Arduino Shields
- ↳ Cases
- ↳ ESP32
- ↳ ESP8266
- ↳ Raspberry Pi
- ↳ Atmel
- ↳ Microchip
- ↳ ST Microelectronics
- ↳ Altera
- ↳ Cypress
- ↳ Arm
- ↳ TinyCircuits
- ↳ WeMos
- ↳ Pine64
- ↳ Microduino
- Modules
- ↳ Wireless / Wired
- ↳ Sensors
- ↳ Display
- ↳ Motor drivers
- ↳ Relay
- ↳ Power
- ↳ Adaptor
- ↳ RTC
- ↳ Audio
- ↳ Interface
- ↳ Measurement / Signal Generation
- Home Automation
- ↳ Sonoff
- 3D Printing / CNC
- ↳ 3D Printing / CNC
- Robotics / Mechanical
- ↳ Kits & Parts
- ↳ Motors & Servos
- Radio Control
- ↳ Radio Control
- Security/RFID
- ↳ Security/RFID
- Arcade
- ↳ Arcade
- Other
- ↳ Electronics Kits / Bundles
- ↳ Components
- ↳ ICs
- ↳ Hardware
- ↳ Project / Soldering
- ↳ Test
- ↳ Cables
- ↳ Other
- Software
- ↳ Arduino
- ↳ Microchip PIC
- ↳ Great Cow Basic
- Community Projects