LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel to SPI converter

Hello!

I am trying to communicate my PC with a SPI device (a transceiver) and I need to use an evaluacion board to connect the Transceiver to the PC.

The evaluation board uses the parallel port to connects to PC.

As I want to send data to the transceiver (that uses the SPI protocol) I thought that maybe is possible to make a conversion parallel - SPI.

I don´t have experience with labview but I need to know if something like this could be made.

 

Can anybody help me?

 

Thanks a lot, 

 

María.Smiley Happy

0 Kudos
Message 1 of 9
(5,913 Views)
0 Kudos
Message 2 of 9
(5,906 Views)

Thank you so much for the answer, but I don´t want to add more hardware.

What I´d like to know is if it exists the possibility of make this with Labview...

Thank you!!

0 Kudos
Message 3 of 9
(5,902 Views)

@smercurio_fc wrote:

http://www.calbay.com/programming-12c.html


Do they have their pricing structure reversed?

 

Part number with Full LabVIEW Development System is less money????

0 Kudos
Message 4 of 9
(5,900 Views)

It's not clear what you are trying to do then. If you want to control the parallel port from LabVIEW, you can do so. Please look at the examples that ship with LabVIEW. Help -> Find Examples, search for "parallel". If you want to implement SPI using the parallel port, then you have to do bit-banging, where you manually change the clock and data lines to generate the required protocol. That's what the Cal-Bay software does. The last time I used it, the VIs were viewable, so you can try to download the software and see the way they do it.

 

If that is not what you are trying to do, then please explain more clearly what you want to do.

0 Kudos
Message 5 of 9
(5,895 Views)

@nyc_(is_out_of_here) wrote:

@smercurio_fc wrote:

http://www.calbay.com/programming-12c.html


Do they have their pricing structure reversed?

 

Part number with Full LabVIEW Development System is less money????


I think that pricing is all messed up. The actual board doesn't cost anywhere near that much. The company I worked for purchased it before I got it here, but it was only about $100. We stopped using it a long time ago, though.

0 Kudos
Message 6 of 9
(5,890 Views)

Hi!

I changed my mind and I would like to use some of your devices to connect my ISM transceiver to the PC.

The interfaces I need are:

-An SPI that works as slave (my device is an SPI master, it generates its own clock signal)

-6 GPIO

 

I saw that you have the USB8451 but it works alwasy as a master, so i think i can not use it...

 

Thank you so much!!

0 Kudos
Message 7 of 9
(5,849 Views)

@Maria_Amo wrote:

Hi!

I changed my mind and I would like to use some of your devices to connect my ISM transceiver to the PC.

The interfaces I need are:

-An SPI that works as slave (my device is an SPI master, it generates its own clock signal)

-6 GPIO

 

I saw that you have the USB8451 but it works alwasy as a master, so i think i can not use it...

 

Thank you so much!!


reposted here: http://forums.ni.com/t5/LabVIEW/SPI-connector-for-Master-device/td-p/2000615

0 Kudos
Message 8 of 9
(5,834 Views)

@smercurio_fc wrote:

http://www.calbay.com/programming-12c.html


 

Re: Calbay

 

They are the only shop that produced a device driver I did not feel the urge to rewrite.

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 9 of 9
(5,830 Views)