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 vlappe

  1. V

    Please help!! receiving more than one character on PIC16f877

    Re: Please help!! receiving more than one character on PIC16 hi, sorry it took so long. here is the code im using. #include <16F877.H> #device ICD=TRUE #fuses HS,NOLVP,NOWDT,PUT #use delay(clock=20000000) #use rs232(baud=9600, xmit=PIN_C7, rcv=PIN_C6) void main(void) { char x; x=" "...
  2. V

    Please help!! receiving more than one character on PIC16f877

    read 2 characther pic16f877 Hi I want some help on how to receive more than one character when send over RS232 from my PC to PIC16f877. I can only recieve one character at the moment. Im using ccs c compiler.
  3. V

    Receiving more that one character on PIC16f877

    Hi I want some help on receiving more that one character when send over RS232 to my PIC16f877. I can only recieve one character at the moment. Im using ccs c compiler.
  4. V

    PIC16f877 rs232 problem - no communication with PC

    pic16f877 rs232 Hi all I am using a PIC16f877 to send data to my pc. When i run my code in debugger mode using MPLAB ICD2, i can see the data being send to my PC but if i run it in programming mode it doesn't communicate with my PC. Why is this?

Part and Inventory Search

Back
Top