MATLAB to control the serial port voltage
MATLAB to control the serial port voltage
(OP)
Hi
i m trying to control(ON/OFF) a LED using the serial port on the MATLAB .. up till now all i found that the MATLAB only sends a string or binary to the port
can anyone help me on how to control the voltage on the serial port pins ?
thanks in advance
Hisham
i m trying to control(ON/OFF) a LED using the serial port on the MATLAB .. up till now all i found that the MATLAB only sends a string or binary to the port
can anyone help me on how to control the voltage on the serial port pins ?
thanks in advance
Hisham





RE: MATLAB to control the serial port voltage
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: MATLAB to control the serial port voltage
my problem is that i need to control these pins
thanks for your generous help :)
Hisham
RE: MATLAB to control the serial port voltage
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: MATLAB to control the serial port voltage
If you are trying to do a binary switch, the parallel port would be your best choice. The matlab data acquisition toolbox has support for parallel port operations.
A quick web search turned up several other options. Here is one that describes one of the harder techniques:
htt
At your own risk, you may be able to find someone who has already done this and posted the DLL.
CV