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 prabhak

  1. P

    Borland Delphi, C++ Builder or Visual C++ The Best One?

    Anyday for small utilitiy programming i suggest Delphi. now borland have released free version of their tool (TurboExplorer). and with the availablity of quality components, you just need to focus on functionlity. Look no further than delphi.
  2. P

    How to code a RTOS for a 8 bit microcontroller?

    steps to write an rtos I suggest you to read some book on this. you need a minimal scheduler, and few tasks to do the work. you could use a simulator to start with and then proceed with real hardware. In most cases, scheduler will come in library, you need to link your project to it and...
  3. P

    C++ or Java for getting real time data serially

    Re: C++ or Java With C or C++ you have direct access to serial ports, its easy to control and R/W from serial ports. I do not suggest JAVA for these things.
  4. P

    How to link two com ports using software only?

    Re: Share Com Port In windows two handles cannot be opened to a Serial port. So your best option is to create two virtual COM ports for different pipes and move the data from one end to other. You could used virtual COM port sample drivers provided by microsoft for this purpose.
  5. P

    How to remove USB COM Ports on WinXP?

    windows usb com ports This is a problem with USB drivers and device description in usb device. So even if you plugin the same device, windows at times allocate a new COM port number, instead of reusing the same. you can change the COM port by opening the serial properties and change the COM...
  6. P

    NOKIA_3310 design reference&schematics

    do you have the schematics of Nokia 2100, if so pls post.
  7. P

    I have a very big problem with DELPHI?

    https://sourceforge.net/projects/tpapro/ Tuorbopower ASyncPro has the best support for Serial port.
  8. P

    What is the price of Synopsyss Hspice?

    Re: HSPICE software Price **broken link removed** Taiwan Synopsys Taiwan Limited (Hsinchu office) 4F-1, #28, Tai-Yuan Street, Chupei City, Hsinchu Hsien 302, Taiwan Tel: 886-3-552-5880 Fax: 886-3-552-5881 Email: tw_feedback@synopsys.com Pls try google and company website before posting.
  9. P

    software radio implementation

    **broken link removed** **broken link removed** http://www.ittc.ku.edu/research/thesis/documents/richard_killoy_thesis.pdf
  10. P

    What is the diference between PROCESSOR and THREAD?

    A thread and a task are similar and are often confused. Most computers can only execute one program instruction at a time, but because they operate so fast, they appear to run many programs and serve many users simultaneously. The computer operating system gives each program a "turn" at running...
  11. P

    Experience with Ucos-II 2.76 ?

    ucos watchdog what exactly you want to ask? i do have some experiance with that.
  12. P

    The difference between RTOS and general purpose OS?

    Re: Operating system refer the nelow links for more information. **broken link removed** **broken link removed**
  13. P

    Want to learn about RTOS

    More information on RTOS to get started with https://www.ispass.org/ispass2000/tutorial.htm **broken link removed** **broken link removed** eCOS is an embedded OS from REDHAT, which is comes FREE with no strings, and has better toolchain, arch support and mailing list is very active, but...
  14. P

    Where can i download the uncompress rpm?

    uncompress.rpm **broken link removed**
  15. P

    Problems with IC5 in RH7.3

    Re: help rgd ic5 in rh7.3 your posting is not very clear to give a answer, pls re-post without acronyms, you can also try posting in redhat mailing list or better search there.

Part and Inventory Search

Back
Top