Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by mohammedehsan

  1. M

    interface bootloader with pc to control motor using UART

    this is my code void main() { char uart_rd; CMCON = 0x07; // To turn off comparators ADCON1 = 0x0F;// To turn off ADC TRISB = 0; // PORT B as output port PORTB = 0; // Set RB0 to high PORTB = 0b00000010; // o/p UART1_Init(9600); delay_ms(100); while(1){ if (UART1_Data_ready()) {...
  2. M

    interface bootloader with pc to control motor using UART

    hi everybody; i interface my pc with serial port with bootloder has pic18f2550 to control DC motor direction (H_brige),simulation in protuos work well and rs232 with max232 work too,but problem when i loaded program to board does not work? there is no voltage on my outpot thanks with regards.

Part and Inventory Search

Back
Top