• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » DLP & MEMS » DLP LightCrafter Development Platform » How do we send commands to the LightCrafter?
Share
DLP & MEMS
  • Forums
Options
  • Subscribe via RSS

Forums

How do we send commands to the LightCrafter?

This question is not answered
Ray Daley
Posted by Ray Daley
on Jul 03 2012 09:38 AM
Prodigy45 points

Ok, so to talk to the LightCrafter, we use TCP/IP over USB via RNDIS.  What port do we use to send commands to the LightCrafter?

USB communication LightCrafterGUI command
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Divya
    Posted by Divya
    on Feb 08 2012 11:50 AM
    Expert3690 points

    Hi Ray,

    Welcome to TI E2E community!

    You are right about the LightCrafter's interface through USB. The GUI included with the LightCrafter can be used to control the module from the same USB port.

    GUI can be downloaded from here, http://www.ti.com/tool/dlplightcrafter

    If you are intending to control LightCrafter directly, you can send API commands (written in C/PERL) using USB port.

    Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ray Daley
    Posted by Ray Daley
    on Feb 08 2012 13:25 PM
    Prodigy45 points

    Hi Divya,

    Thanks.  Now that we all agree it's a USB device and that we can control the LightCrafter through USB, let's circle back to my original question which is HOW? I have the GUI, thanks for the link but if I can't program the device directly with our own code, then this device is no better than any off-the-shelf projector.  I don't understand why there's a command reference but no information on how to send commands to the device.  Apparently, it's attached as a network device, is there a port # to go with the IP address? Can I simply send the command packets to a port? Can you guys provide the source code for the GUI so we can see how you communicate with it?

    -Ray

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Divya
    Posted by Divya
    on Feb 08 2012 14:01 PM
    Expert3690 points

    Hi Ray,

    As you are already aware, LightCrafter uses a fixed IP address to connect to the computer. It is definitely possible to communicate with the module using your own code. We are working on the license agreements to release the "Simple Example snippet " to send commands. This would be hopefully uploaded on the E2E forum this week or early next week.

    I appreciate your patience.

    Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ray Daley
    Posted by Ray Daley
    on Feb 08 2012 14:38 PM
    Prodigy45 points

    Divya,

    Thanks for the quick response.  We've determined the port number the GUI is using is 21845.  I'll see how far we can get with that until we get the "Simple Example snippet." 

    -Ray

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Divya
    Posted by Divya
    on Feb 08 2012 14:47 PM
    Expert3690 points

    Ray,

    I am glad to hear that you have already made progress. I will get back to you soon.

    Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Sureshkumar Manimuthu
    Posted by Sureshkumar Manimuthu
    on Feb 08 2012 18:28 PM
    Prodigy350 points

    Hi Rey,

    You will have to use the port 0x5555.

    Regards

    Suresh

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ray Daley
    Posted by Ray Daley
    on Feb 09 2012 10:08 AM
    Prodigy45 points

    Thanks.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Enio Alburez
    Posted by Enio Alburez
    on Apr 10 2012 16:08 PM
    Prodigy70 points

    Hi Divya, is the "Simple Example snippe" already online? I'm trying to find out how to connect to my Lightcrafter without the GUI. 

    Thanks.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Divya
    Posted by Divya
    on Apr 11 2012 13:48 PM
    Expert3690 points

    Hi Enio,

    Welcome to DLP & MEMS section of TI E2E Forum.

    The sample code for direct control of LightCrafter will be on the TI website next week. The code is sent for final upload. I will update on e2e forum, when the code is available for downloading.

    Thanks for your patience.

    Best Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ku
    Posted by Ku
    on Apr 16 2012 10:50 AM
    Prodigy160 points

    Hello Divya,

    Thank you for the updates on the sample code. I am also anticipating this. Do you know if the sample code uses winsock by any chance? 

    Thank you!

    Ku

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Divya
    Posted by Divya
    on Apr 16 2012 11:30 AM
    Expert3690 points

    Hello Ku,

    Windows based Visual Studio project is included in the sample code to interact with the LightCrafter. The DM365 command interface definitions have been implemented for this purpose. For TCP communication, Windows Sockets 2 is used.

    Best Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ku
    Posted by Ku
    on Apr 24 2012 10:37 AM
    Prodigy160 points

    Hello Divya,

    Thank you for your answer. Where can I find the sample code for direct control of LightCrafter on the TI website ? I am looking at this page http://www.ti.com/tool/dlplightcrafter but I am not sure where to download it? Did I miss anything obvious?

    Thank you

    Ku

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Divya
    Posted by Divya
    on Apr 24 2012 11:26 AM
    Expert3690 points

    Hello Ku,

    The code files are not yet available on the TI website. We are facing some legal complexities before we can provide them for download. Thanks for understanding and I appreciate your patience.

    Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Samir Zutshi
    Posted by Samir Zutshi
    on Jun 11 2012 08:52 AM
    Prodigy120 points

    Hi There,

    I was wondering if the code mentioned in this thread was ever released?

    Would be a great help for me getting started.

    Thanks!

    Samir

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Divya
    Posted by Divya
    on Jun 22 2012 10:41 AM
    Expert3690 points

    Hi Samir,

    The source code for controlling the Lightcrafter through API commands over USB and a demo code for Linux users has been sent for ti.com upload.

    It should be available next week.

    Regards,

    Divya

    www.ti.com/mems

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use