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 syahrul.s

  1. S

    Problem with 2x16 LCD connection with PIC16F877A

    Re: 2x16 lcd connection The following code is using PIC C Compiler to display the word Testing. #include <16f877A.h> #device ICD=TRUE #fuses HS,NOLVP,NOWDT #use delay (clock=20000000) #include <lcd.c> #define ALL_OUT 0 #use fast_io(B) void main () { lcd_init(); set_tris_b(ALL_OUT); while...
  2. S

    2x16 LCD and PIC16F877A

    lcd pic16f877a hi there is a row of dark squares across the top once the LCD is powered up.but when I run it with the PIC,it still show the same display.Its just a simple programming using PIC C Compiler (by CCS) to display a word Testing.. Added after 8 minutes: how should I perform this? thnx
  3. S

    intefacing an LCD with pic16f877

    thanks...
  4. S

    Problem with 2x16 LCD connection to power supply

    LCD problem thank you very much..very useful
  5. S

    2x16 LCD and PIC16F877A

    pic16f877a lcd hi..can somebody help me with this 2x16 lcd? i bought it from bizchip.com. already read the datasheet,but still can't get it works.I try to connect the lcd with PIC16f877A (port b).At least there should be a sign that the LCD is working rite?Instead, once all the circuitry is...
  6. S

    Problem with 2x16 LCD connection with PIC16F877A

    hi..can somebody help me with this 2x16 lcd? i bought it from bizchip.com. already read the datasheet,but still can't get it works.I try to connect the lcd with PIC16f877A (port b).At least there should be a sign that the LCD is working rite?Instead, once all the circuitry is powered up,the lcd...
  7. S

    How to implement neural network in microcontroller?

    neural network thanx for sharing info..appreciate it
  8. S

    artificial neural networks

    thanx bro...very helpfull
  9. S

    How to program microcontroller in C?

    Microcontroller in C pic basic doesnot need knowledge on c... : ) but c is well structured..
  10. S

    Looking for fuzzy neural network code in C/C++

    Fuzzy neural source thanx..very helpful
  11. S

    What are the neural networks ?

    neural networks how about in control system?
  12. S

    What is the latest C++ compiler you recommend?

    more:. is there any freeware for borland c++? thx
  13. S

    How to start visual programming

    do u know where i can download Borland C++? thx

Part and Inventory Search

Back
Top