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.

Interfacing PC to DAC through SPI

Status
Not open for further replies.

h.a.o

Newbie level 3
Joined
Jun 2, 2007
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
My DAC contains an SPI interface
How can I connect it to my PC?
Then can I use MATLAB to send data to the DAC?
 

Use a dll like io.dll to gain access to the parallel port in VB6 or a .NET compiler or any other program that can access dlls. Then use one pin as clock, one as data and one as chip select if you wish to access more than one chip, otherwise just tie the devices CS pin to the appropriate logic level.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top