01-08-2016 10:07 AM
@Dennis_Knutson wrote:
If you are going to use custom hardware such as the ftdi converter, you have to write custom software to use it. The ftdi examples are pretty low level. If you were to use National Instruments spi hardware, you wouldn't have to write so much custom code. If you were to use the MSP430, you have to write spi code that runs on the micro and custom serial code that runs on the micro.
I would suggest just installing the 32-bit version.
Ok, thanks Dennis.
To resume "very low-cost" solution:
Do you think that this strange change for German were provoked by non-selecting of the 32-bit version.
Regards
Pavel
01-08-2016 10:23 AM
01-08-2016 11:53 AM
The DAC card has only 4 SPI lines:
How to connect PC USB port to such card without converting "SPI over USB" to "Authentic SPI"?
But probably you have a reason sayng that MSP430 isn't necesary - I should check if FTDI module has authentic SPI inteface (I mean these 4 lines).
Regards
Pavel
01-11-2016 04:09 AM
Yes, FTDI do a range of USB to 'authentic' SPI devices, hence why I said the microcontroller board is surplus to requirements. The only reason you'd use the microcontroller is because it would make the PC to Microcontroller easier as you could use Serial/NI-VISA rather than SPI which is harder to implement. Some of their USB to Serial/UART devices also have a 'general purpose' mode which you can do I2C, SPI and also bit-banging with using the LibMPPSE (sp?) driver.
01-11-2016 05:05 AM
Ok, thanks Sam
Also Dennis and GerdW, who participated in this topic.
Regards
Pavel