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 Harshal Dalal

  1. H

    [PIC] struct at overrun error and framing error in USART PIC18F4550

    I'm trying to communicate PIC18F4550 with biomed module. I'm very new to embeded My Module send a packet of 5 byte information continuously at 4800 baud, 1 stop, ODD parity. I've set my baud rate perfectly BRGH=1, BRG16=1. my main is void main() { INTCON=0xC0; RCSTA=0x80; TXSTA=0x24...
  2. H

    [Moved] PIC18f4550 board to board communication problem using USART

    thank you "Syed Fahad Wasti" yes i have used MAX232 IC...and communication between PIC and PC is perfectly working.... I want to communicate one pic with another .... - - - Updated - - - I have connected my tx-pic and rx-pic with pc only one at a time... but now i want to connect 2 pic tx to...
  3. H

    [Moved] PIC18f4550 board to board communication problem using USART

    hello everyone , I am interested in communication between to pic18f4550 hardware. here is my 2 code.. 1st is for transmit from 1st board to another, unsigned char txbuf[]={0x02, 0x31, 0x37, 0x3B, 0x3B, 0x44, 0x45,0x03,}; unsigned char z, i; void TXbyte(char data) {...

Part and Inventory Search

Back
Top