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 cyb3rfreak

  1. C

    PIC16F877A: cfgword2 not implemented (after changing from 8Mhz to 10MHz) @ UART com

    Hi, Those are all the codes from the circuit I obtained from the internet. As for the configuration, please see below: Crystal: MCU: MikroC (2MCUs) Thanks for the support.
  2. C

    PIC16F877A: cfgword2 not implemented (after changing from 8Mhz to 10MHz) @ UART com

    Hi, This are the code for the master (L) and slave (R): Master: void main() { TRISB = 0xFF; //PORTB as Input UART1_Init(9600); do { UART1_Write(PORTB); delay_ms(100); }while(1); } Slave: void main() { TRISB = 0x00; //PORTB as Output UART1_Init(9600); do {...
  3. C

    PIC16F877A: cfgword2 not implemented (after changing from 8Mhz to 10MHz) @ UART com

    Hi All, I recently simulate the diagram using the actual components and no error/problems encountered at 8Mhz. But when I change the crystal at 10Mhz and settings on the PIC I got the problem on the Simulation Logs Btw, I use mikroC as programmer and proteus 8.1 as my simulator. Any...
  4. C

    help with interfacing Hyperterminal and Nokia 3310

    nokia hyperterminal hi, i've read some of the threads about interfacing pc with gsm. some of it was useful but when i tried it the phone it doesn't response (i.e. "OK") when i try to type and send AT commands in the hyperterminal window. and i also have some issues with the hyperterminal, coz i...

Part and Inventory Search

Back
Top