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.

How to let PC generate SPI signal?

Status
Not open for further replies.

jayleung

Member level 5
Joined
Nov 29, 2005
Messages
82
Helped
8
Reputation
16
Reaction score
7
Trophy points
1,288
Activity points
1,962
pc spi

Hi, everyone. I am pretty new to embedded systems design, and have a simple question about letting PC to generate SPI signal. Are there any evaluation board that can enable personel computer to generate SPI signal?

Besides, right now I have a project for simple control signal. Are there any general procedures for such project development? Any information will be welcomed.
 

generate spi

jayleung said:
Hi, everyone. I am pretty new to embedded systems design, and have a simple question about letting PC to generate SPI signal. Are there any evaluation board that can enable personel computer to generate SPI signal?

If you could find old PC with LPT port you could use it to make SPI interface.
other slow solution is to use RS232 port with RS232-TTL level traslator.
You could use Tx as SCLK, RTS and DTR line as DATAOUT and CHIPSELECT, and CTS for DATAIN.
But SPI speed would be about 1 kilobyte/sec at RS232 115200bps.

Or use USB-SPI
**broken link removed**
 

    jayleung

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top