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.

Waveform generator using PC

Status
Not open for further replies.

viks

Member level 1
Joined
Oct 8, 2005
Messages
40
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,604
Hi guys,

I have one PCI I/O card from advantech.
But driver with card does not let me generate waveform as I want.

Now I am trying to access hardware directly from my program without any driver.

How can I do it ?

I know VC++ and VB.
Which one will be better to do this task?

Where shold I start ?
What else I need ?

Please guide me through this.
Thanks,
 

Use the driver, use VC++. I don't know this card but does it have dma? Store the waveform in a buffer and read it out at the frequency you want. Or set up a multimedia timer callback function and loop through the array outputing to card each time .
You can also use the DirectSound library to produce audio waveforms using a sound card.

Swingbyte
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top