2 Replies - 280 Views - Last Post: 02 February 2012 - 05:08 PM Rate Topic: -----

Topic Sponsor:

#1 fudefite  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 6
  • Joined: 02-February 12

connecting a CDJ-101 USB composite device to my C# programme

Posted 02 February 2012 - 03:41 PM

I'm currently trying to develop a system on my laptop in C# that is controlled by the CDJ - 101. As a starting point it seemed logical to attempt to connect to the USB device using Microsoft Visual Studio C# 2008. However, I seem to hit a blank wall. I've researched online plenty about how to connect to HID's, USB devices etc but nothing I've tried is working.

Does anyone have any experience connecting the CDJ-101 or any other USB composite device to their system? If so how did you manage it? Any help is greatly appreciated as I've been trying for 6 days straight now with no success.

Is This A Good Question/Topic? 0
  • +

Replies To: connecting a CDJ-101 USB composite device to my C# programme

#2 modi123_1  Icon User is online

  • Suiter #2
  • member icon


Reputation: 3555
  • View blog
  • Posts: 14,985
  • Joined: 12-June 08

Re: connecting a CDJ-101 USB composite device to my C# programme

Posted 02 February 2012 - 03:47 PM

Usually you would need to find some sort of API or SDK that interprets your code interacts on your behalf with the device.. Usually by massive fan-atics of the device... and does this thing have any such trappings?
Was This Post Helpful? 0
  • +
  • -

#3 fudefite  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 6
  • Joined: 02-February 12

Re: connecting a CDJ-101 USB composite device to my C# programme

Posted 02 February 2012 - 05:08 PM

View Postmodi123_1, on 02 February 2012 - 03:47 PM, said:

Usually you would need to find some sort of API or SDK that interprets your code interacts on your behalf with the device.. Usually by massive fan-atics of the device... and does this thing have any such trappings?


fortune, it appears, is not on my side. No one seems to have developed anything other than the software that came with the actual device (Deckadance). I tried accessing Deckadance's .dll's but Visual Studio C# 2008 can't open them. I found tutorials that access the USB as a COM port but I am working on my laptop and there are no COM ports present. Back to square one :(
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1