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 c1235366

  1. C

    C code in win7 to use uart???

    Thanks for your reply. Sorry, my ability not good. I only could describe my current situation. Compiler not appear error. I sure PC can receive data from com port, and the data was right, but I have to fill the buffer before.
  2. C

    C code in win7 to use uart???

    Hi all: I want to receive data from rs232 port in PC. I used dev C++ 4.9.9.2 to write code. I'll use a another device to send data. The part of code is following: FILE *dpg; int main(void) { system("mode com1:115200,N,8,1,X"); if ((dpg = fopen("COM1", "rb+")) == NULL) {...
  3. C

    [Moved] I have a package question?

    Hi all: I saw a IC name ****IBDBTG4, ****IBDBT. What are they different? thx all.
  4. C

    How can I get GigE packet?

    I try the ethernet demo project. It's seems to program a microC/OS in DE2-115. Can I get GigE data in nonOS system?
  5. C

    How can I get GigE packet?

    Hi all: I have a altera DE2-115 platform. The platform have 2 ethernet port and 2 88E1111 IC. Can I use this platform to get GigE packet and data? How can I to do? Somebody can give me suggestion or direction? Very thanks.
  6. C

    PID controller, integral?

    Hi all: I want to design a discrete PID controller. Question: The out of integral item will overflow.:-( Somebody can give me some suggestion? Thanks!
  7. C

    A strange designed question?

    Hi all: I have a strange question. Can MiCon support design of objected-oriented? If answer is not, why? Compiler can't support? MiCon can't program? or other reason?
  8. C

    How to get finger image for finger recognition

    Hi all: I want to do finger recognition. Somebody can suggest me how to get finger image? Thx
  9. C

    Question about Altera/DSP builder?

    Hi all: I used DSP builder function to run HiL simulation in MATLAB/Simulink. HiL simulation is running in hardware target. Why the simulation times aren't synchronizing with real time?

Part and Inventory Search

Back
Top