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 alijan

  1. A

    Which book is good for Verilog beginners?

    Re: which book_for_verilog I prefer Verilog Digital System Design by Zainalabedin Navabi. see this link:
  2. A

    VHDL or Verilog?Which one is better?

    thanks, but which one is powerfull?
  3. A

    Looking for a simple caller ID software

    Re: simple caller id? It is not important to me which protocoles I want to use. I have a PC and its Paralle and serial and usb ports and PCI slots and a modem, and i work with delphi. :?:
  4. A

    How to interface with parallel port in C++/Matlab

    Re: LPT programs If you want to know what kind of devices are connected to Matlab,you must use the following code: out=daqhwinfo; out.InstalledAdaptors after running you can see the lines such as: Ans+ 'parallel' 'winsound' >>
  5. A

    How to interface with parallel port in C++/Matlab

    Re: LPT programs Here you are(Communication with parallel port in Matlab) : Dio=digitalio('parallel',1); Hwlines=addline(dio,0:7,'out'); Out=getvalue(dio)
  6. A

    How to interface with parallel port in C++/Matlab

    Re: LPT programs C++: #include<dos.h> #include<conio.h> #include<stdio.h> main() { int a,b; do { a=inportb(0x379); //Input a byte from port b=a&0x10; //Mask...
  7. A

    RS 232 With C++ Help!

    codeproject read file rs232 HI Serial Communication with Borland C++ -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Introduction... I wish this site had been around when I was...
  8. A

    How to interface serial ports?

    Re: SerialPort for which language? for example dnld this file for Borland c : **broken link removed**
  9. A

    How to interface with parallel port in C++/Matlab

    lpt programs In which language?
  10. A

    In need of documents on joysticks

    Re: joystick? see https://www.epanorama.net/documents/joystick/index.html
  11. A

    connectors specifications

    you can download all of them in https://www.hardwarebook.net/connector/index.html

Part and Inventory Search

Back
Top