CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Silverlight 4 app needs to read data from Mac code

    Our Silverlight 4 app runs on Mac with no problem. However it needs to receive data stream in real-time from true Mac code which continuously reads this data from a USB device.

    Does anyone have an idea how this could be done? Any help is greatly appreciated.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Silverlight 4 app needs to read data from Mac code

    From the Mac, expose a web service that can be accessed by the Silverlight app. The web service would interact with the USB device; the Silverlight app can access the web service. AFAIK, the Silverlight app can't interact directly with the USB device.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured