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 bikashh

  1. B

    Command line to add text in a file using command line

    Dear experts, I m new to command line and don not know how to do this simple task using command line. My problem: I have a text file, in which I have list of directory paths. So, I want to add a new directory path in between. For this, I need to make space and paste a new path there using...
  2. B

    I need help to understand what this command line is doing

    Thanks Brian for the reply. Please correct me if I am wrong. My understanding is 03_project_build.bat is being executed from this folder ( %VDB_DIR%\vcshell ) and vcshell.txt and vcshell.db are the output files to be stored in --out and --db paths Thanks
  3. B

    I need help to understand what this command line is doing

    Dear Experts, Friends, please help me understand this line of command %VDB_DIR%\vcshell --echo --out=%VCSHELLDIR%\vcshell.txt --db=%VCSHELLDIR%\vcshell.db 03_project_build.bat Thanks in advance,
  4. B

    Sending data to the printer from wavecom

    which printer are you going to control? Can you share generic block diagram between microcontroller and printer
  5. B

    SIM900A-how to check sim900a modem ?

    Your question is not clear about what you want to achieve. I would recommend power up your module as described in the user manual and later try to communicate via UART from PC terminal. You can use teraterm for that.
  6. B

    Sending data to the printer from wavecom

    Hi yashwanth, try communication with your module via uart so that you can get the idea about how your module responds and later implement the same using your microcontroller. Good luck
  7. B

    Sending data to the printer from wavecom

    yashwanth_ks. Can you brief about what you want to achieve?
  8. B

    stm32F4 + ethernet module ENC28j60

    Hello All, I am trying to interface stm32f4 discovery board with ethernet module ENC28J60. But not finding any document or discussion on this in internet. Friends, if anybody ever worked on this topic please help me. code or interfacing or point to some good tutorials Thanks in...
  9. B

    Buzzer and LED for quiz game

    Hello all, Does anyone know what type of buzzer and LED to use for a quiz game. Point to some sites would be helpful. Thanks in advance
  10. B

    [ARM] Initialize the UART in lpc2138

    have a look at this web site. https://sites.google.com/site/coolembeddedlaboratory/home/arm/arm---step-by-step/uart-tutorial
  11. B

    Is window a real time operating?

    Thats true.. In that case you need to google by yourself. There are many sites which explains your question.
  12. B

    Is window a real time operating?

    , No, It is not. No doubt windows can handle multiple task simultaneously but tasks can be delayed from running if resources are not available which is acceptable in case of windows OS. whereas in Real time OS, task must run when triggered or else the system would fail. - Thanks
  13. B

    [SOLVED] minimum signal strength for sending sms

    Min signal strength req to send sms is 15. thanks
  14. B

    Pulse Oximeter Design Using Microchip’s dsPIC

    Hello all, I am trying to implement pulse oximeter using dsPIC33f. I have found some document (AN1525) on the same in microchip site but could not find any sample source code out there. I am new to such medical implementation and not able to figure out how to move ahead. Any help would be...
  15. B

    Web server implementation on STM32F100

    Thanks for the reply, I would be using ENC28J60 Ethernet Module for that purpose. So, Is lwip stack support stm32.. Thanks

Part and Inventory Search

Back
Top