CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2

Hybrid View

  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 / MS MVP Power Poster Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+)
    Join Date
    Aug 2004
    Posts
    10,337

    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.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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



HTML5 Development Center

Click Here to Expand Forum to Full Width