Serial Port Object
이전 댓글 표시
Hello all. I have a serial port and made an object. my question is this. I have two variables which actually are two pins on the serial port: DataTernimalReady RequestToSend
Now I want to know if I set either of these to 'on' will they output voltage? Because I actually wan to use a RS232 to send voltage to a circuit. Anyone have any suggestions?
답변 (1개)
Walter Roberson
2012년 2월 29일
0 개 추천
You will have to ensure that hardware and software flow control are set off for the serial port. The voltages will be off until the port is fopen()'d.
A useful discussion of the hardware end of using RS232 for power is at http://www.analogservices.com/rs232.htm
카테고리
도움말 센터 및 File Exchange에서 Converters (High Power)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!