<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Rocksmith 2014 USB Cable Hack</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=501b0a36-65a2-4b13-9c7b-2183a56cb162" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=501b0a36-65a2-4b13-9c7b-2183a56cb162</link>
<description>DisplayFusion RSS: Rocksmith 2014 USB Cable Hack</description>
<lastBuildDate>Tue, 26 May 2026 03:15:31 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=501b0a36-65a2-4b13-9c7b-2183a56cb162</generator>
<item>
<title>RE: Rocksmith 2014 USB Cable Hack</title>
<link>https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#5</link>
<pubDate>Thu, 01 Mar 2018 00:13:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[All you have to do is replace one!!! character in line 42. 9 on C.
Or just copy this line and replace the original.
Code
Copy
Select All
private static byte[] PID = new byte[] {0x01, 0x3C};]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
All you have to do is replace one!!! character in line 42. 9 on C.<br/>
<br/>
Or just copy this line and replace the original.<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e6247c6ab7501b2dc11caac9b9ebc" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e6247c6ab7501b2dc11caac9b9ebcJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e6247c6ab7501b2dc11caac9b9ebcJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">private static byte[] PID = new byte[] {0x01, 0x3C};</pre><textarea id="code019e6247c6ab7501b2dc11caac9b9ebc" name="code019e6247c6ab7501b2dc11caac9b9ebc" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Rocksmith 2014 USB Cable Hack</title>
<link>https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#4</link>
<pubDate>Wed, 28 Feb 2018 21:42:33 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[also, if i dont put any number we can verify fonction and run fonction successfully but it's not working since it's not looking for my cable]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
also, if i dont put any number we can verify fonction and run fonction successfully but it's not working since it's not looking for my cable
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Rocksmith 2014 USB Cable Hack</title>
<link>https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#3</link>
<pubDate>Wed, 28 Feb 2018 21:39:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[i must be taking more than i can chew because if i only put this in
//the vender id of your cable
private static byte[] VID = new byte[] {0x0D, 0x8C};
//the product id of your cable
private static byte[] PID = new byte[0x3c] {0x01, 0x39};
i ended up with this
Compile Failed.
Line 42: An ar...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
i must be taking more than i can chew because if i only put this in<br/>
    //the vender id of your cable<br/>
    private static byte[] VID = new byte[] {0x0D, 0x8C};<br/>
<br/>
    //the product id of your cable<br/>
    private static byte[] PID = new byte[0x3c] {0x01, 0x39};<br/>
 i ended up with this <br/>
Compile Failed.<br/>
Line 42: An array initializer of length '60' is expected<br/>
 can someone show me how to enter those number.<br/>
i try to read on the subject but i don't know where to start actualy.<br/>
<br/>
thanks
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Rocksmith 2014 USB Cable Hack</title>
<link>https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#2</link>
<pubDate>Wed, 28 Feb 2018 07:16:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[All you need to do is replace one character in the PID array. Instead of 0x39 put 0x3C.
Code
Copy
Select All
//the vender id of your cable
private static byte[] VID = new byte[] {0x0D, 0x8C};
//the product id of your cable
private static byte[] PID = new byte[] {0x01, 0x3C};]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
All you need to do is replace one character in the PID array. Instead of 0x39 put 0x3C.<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e6247c6c37171aebc6cf1ff010867" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e6247c6c37171aebc6cf1ff010867Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e6247c6c37171aebc6cf1ff010867Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">//the vender id of your cable
    private static byte[] VID = new byte[] {0x0D, 0x8C};

    //the product id of your cable
    private static byte[] PID = new byte[] {0x01, 0x3C};</pre><textarea id="code019e6247c6c37171aebc6cf1ff010867" name="code019e6247c6c37171aebc6cf1ff010867" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>Rocksmith 2014 USB Cable Hack</title>
<link>https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162</link>
<pubDate>Wed, 28 Feb 2018 01:32:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/rocksmith-2014-usb-cable-hack/?ID=501b0a36-65a2-4b13-9c7b-2183a56cb162</guid>
<category>DisplayFusion</category>
<description><![CDATA[hi , i'm new to this and i found that cool little hack for rocksmith. apparently, i cannot follow the simple instruction on putting vid and pid
if i enter them in the second [ ]
i got this Compile Failed.
Line 39: Syntax error, ']' expected
Line 39: Invalid token ']' in class, struct, or inte...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
hi , i'm new to this and i found that cool little hack for rocksmith. apparently, i cannot follow the simple instruction on putting vid and pid <br/>
if i enter them in the second [ ]<br/>
i got this Compile Failed.<br/>
Line 39: Syntax error, ']' expected<br/>
Line 39: Invalid token ']' in class, struct, or interface member declaration<br/>
Line 42: Syntax error, ']' expected<br/>
Line 42: Invalid token ']' in class, struct, or interface membe<br/>
if i put the numbers in the first one i got this<br/>
<br/>
Compile Failed.<br/>
Line 39: Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)<br/>
Line 39: Syntax error, ']' expected<br/>
Line 39: Invalid token '8' in class, struct, or interface member declaration<br/>
Line 39: Invalid token ']' in class, struct, or interface member declaration<br/>
Line 39: Invalid token '=' in class, struct, or interface member declaration<br/>
Line 39: Invalid token '{' in class, struct, or interface member declaration<br/>
Line 42: Expected class, delegate, enum, interface, or struct<br/>
Line 42: Identifier expected<br/>
Line 42: Expected class, delegate, enum, interface, or struct<br/>
Line 42: Identifier expected<br/>
Line 42: Expected class, delegate, enum, interface, or struct<br/>
Line 42: Type or namespace definition, or end-of-file expected<br/>
<br/>
i have the hardware id of my cable <br/>
<br/>
USB\VID_0D8C&PID_013C&REV_0100&MI_00<br/>
<br/>
my question is , where can i put those number to make it works <br/>
<br/>
thank you very much
</div>
]]></content:encoded>
</item>
</channel>
</rss>