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 fer_yana

  1. F

    System Utility Configuration Window doesn't show up?

    Try to locate msconfig.exe on folder C:\WINDOWS\pchealth\helpctr\binaries. Missing msconfig.exe file will caused msconfig not show up.
  2. F

    [SOLVED] Intercept lcd module data

    Somebody else in my country able to create "LCD Line Sniffer". He has already demonstrated his product. Yes it works, but the product price is so expensive. So i try to create the sniffer by my self. Can you help me???
  3. F

    [SOLVED] Intercept lcd module data

    no, schematic only for example. The real one is i want to intercept data from lcd on different microcontroller (machnine lcd module). I have counting machine, i want to intercept data from lcd on the machine. Then send result to computer.
  4. F

    [SOLVED] Intercept lcd module data

    How to copy data? I have tried to monitor pin D4-D7, i cant poll data from it. Can you give me example code?
  5. F

    [SOLVED] Intercept lcd module data

    Sorry i replace schematic for better view.
  6. F

    [SOLVED] Intercept lcd module data

    Sorry for late reply. This is my schematic. I want to intercept data from LCD2 and displays on LCD1 (4 bit example). Can you give an example code to intercept data?
  7. F

    Firebird Server on Linux cluster

    I use switch.
  8. F

    Firebird Server on Linux cluster

    LAN 100mbit/s
  9. F

    Firebird Server on Linux cluster

    I want to improve performance of my server. My database transaction about 5 milion records per month. client application refresh data every 20 seconds. I use this database on monitoring application.
  10. F

    Firebird Server on Linux cluster

    Hi all. I have a computer server run firebird server v2.1.3 on windows server 2003. My database size arround 5gb and growing with 100 clients connection every day. I have plan to use linux cluster and migrating my firebird to re-burst performance. Have any body ever try to install & manage...
  11. F

    microcontroller-based barcode reader

    Try of using rs232 barcode scanner. RS232 barcode scanner sends data in ascii char, pattern of data sends from rs232 barcode is Start char(0x0h)+data+End char(0xDh). Connection: Barcode MCU TX PIN RX PIN GND GND Write your program to start reads after...
  12. F

    [SOLVED] Intercept lcd module data

    Thanks alexx, i will try to simulate first before i made prototipe board. ---------- Post added at 20:15 ---------- Previous post was at 18:53 ---------- i have try to simulate your code using proteus. It only display value FF. This is my code: var Result:byte; P1:=255; // port1 as input...
  13. F

    [SOLVED] Intercept lcd module data

    if this project done using your controller. Can you give me code example. I will analize your code and then convert into mine. You can used assembly,basic,c, or pascal.
  14. F

    what is Linux programming

    You can also try to install lazarus on linux. Lazarus is open source pascal ide for programming. You can do visual programming with lazarus. Its also can be install on ubuntu or others linux.
  15. F

    [SOLVED] Intercept lcd module data

    can you give me some code example so i can learn?

Part and Inventory Search

Back
Top