Other Parts Discussed in Thread: DLPA3005, , DLPC3479
Hello,
I am trying to use some code I found in a previous forum post to connect to the DLP4710 using MATLAB (controller DPLC3439, Driver DLPA3005). My aim is to project a set of .bmp images in sequence and simultaneously control a camera. I have not had an issue connecting to the projector or controlling the display through the GUI (EVM version 7.4) but I am unable to connect successfully through MATLAB using the code (copy of the code and output below). Should this code run correctly or are the IP and port numbers in tcpip('192.168.1.100',21845) incorrect for the projector I am using? I am quite new to programming so may be missing something simple. Any suggestions on how to fix the issue or alternative code to use for connecting and projecting a set of my own images would be great.
Thank you.
Output in command window:
Communication Settings
RemotePort: 21845
RemoteHost: 192.168.1.100
Terminator: 'LF'
NetworkRole: client
Communication State
Status: closed
RecordStatus: off
Read/Write State
TransferStatus: idle
BytesAvailable: 0
ValuesReceived: 0
ValuesSent: 0
Error using icinterface/fopen
Unsuccessful open: Connection timed out: connect
Error in untitled (line 11)
fopen(tcpObject)