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 swtboy

  1. S

    information for connect RS232 by PIC16F877A

    what you means 4.7uF polarity?? i not understand. - - - Updated - - - what you means 4.7uF polarity?? i not understand.
  2. S

    information for connect RS232 by PIC16F877A

    what you means max232 gone???
  3. S

    information for connect RS232 by PIC16F877A

    i see display some computer language... and my code set as (alert, house1, thief break in) but cant display... last time i using pic board connect can function... - - - Updated - - - i see display some computer language... and my code set as (alert, house1, thief break in) but cant display...
  4. S

    information for connect RS232 by PIC16F877A

    i connect with 10uF gt leaking voltage from max232 - - - Updated - - - #define switch PORTB.F1 #define pressed 0 int i; void main() { TRISA = 0xF7; TRISB = 0xFF; UART1_Init(9600); Delay_ms(100); UART1_Data_Ready(); while(1) { if(switch==pressed) { PORTA = 0xF7; Delay_ms(100); } else {...
  5. S

    information for connect RS232 by PIC16F877A

    yup... because i saw 1 micro controller book circuit is 4.7uF
  6. S

    information for connect RS232 by PIC16F877A

    i use 2 multimeter to measure same value also too... could the problem is about the capacitor value?? coz i using 4.7uF. if i change to 10uF will get different result?
  7. S

    information for connect RS232 by PIC16F877A

    the multimeter can function... i try 3 PC same voltage also...
  8. S

    information for connect RS232 by PIC16F877A

    sorry about that. i follow this circuit but i using 4 4.7uF connect with max232. max232 tx output is 4.2V, but when i connect to PC serial pin 2 voltage become 0.3V only. and PC serial pin 3 voltage actually is how much?? i using multimeter measure is -10V when connect with my max232 become -9V...
  9. S

    information for connect RS232 by PIC16F877A

    can anyone tell me why when i connect to PC Serial Port pin2 the voltage lose??? from 4.2V to 0.3V???
  10. S

    [SOLVED] PIC16F877A uart information

    thanks... i wanna know the source code, circuit diagram i already have it...
  11. S

    [SOLVED] PIC16F877A uart information

    i just register for this forum and this is the first time using forum to ask question...
  12. S

    [SOLVED] PIC16F877A uart information

    how to connect uart RF tx/rx to 16F877A??

Part and Inventory Search

Back
Top