Dear Forum,
I have just received my lightcrafter (DM365) and got it working with the GUI on windows. I would like to communicate via TCP/IP and found a useful discussion for people who wish to control the device using Matlab.
I use a piece of software called Igor Pro that has the ability to communicate via Sockits (an external operation) and I can connect to the lightcrafter using the correct IP address and port number. I can connect fine and apparently send information although I have yet to send anything that seems to have a proper effect.
I used sharkwire to examine the information and when I try to send a command like this (which is 8 bytes in length):
02 01 03 00 01 00 00 07
Then the data length according to sharkwire is 9 bytes and includes 0A at the end. The same command sent via the GUI (display checkerboard pattern) is 8 bytes and does not have 0A and of course works. So I think that 0A represents a line feed. I don't think that I am deliberately sending a line feed and wonder if before sending commands such as the one above, I need to configure the tcp/ip connection or send some start up commands to configure how the communication is handled. I know that I should precede the command above by putting the lightcrafter into static mode etc. but since I can't send information of the correct size, then these commands don't work either.
I hope someone can offer some help and advise.
Thanks,
Nick