Plx-daq
sswcharlie
Posts: 7
Hi
With the PLX-DAQ can it be used to send data only from MS Excel to a data bus. Any examples of this.
Wan to send data to an old TMS1000 processor. No need to acquire info from the device.
Thanks
Charlie Harris
With the PLX-DAQ can it be used to send data only from MS Excel to a data bus. Any examples of this.
Wan to send data to an old TMS1000 processor. No need to acquire info from the device.
Thanks
Charlie Harris
Comments
You'll need to write your own Excel macros to do what you want. You'll also need to use some kind of UART, probably with a MAX232 to convert the RS232 voltage levels to logic level, attached to the TMS1000 to receive the data from your PC. FTDI does make USB serial to 8-bit parallel adapters that you could use instead of a UART/MAX232.