
Originally Posted by
slimmegane
when I press next button from HU they don't change anything, only track on display, the Java program receive the command and write NEXT pressed (or similar) the
sound go off for 1 second but RR still play the some track.
Oops, I think I didn't update the TLCDCEmu.properties in the zip file. It should look like
Code:
DebugLevel=3
SerialDriverClass=gnu.io.RXTXCommDriver
SerialPortName=COM1
Plugins=org.tlcdcemu.plugin.gui.GUIPlugin,org.tlcdcemu.plugin.executor.ExecutorPlugin
# org.tlcdcemu.plugin.logical.LogicalPlugin
P.S. If I press a button from 1 to 6 from HU (Disc select) the sound go off and I must change source and return to fake CDC to sound go on
Yes, this is a known issue. I'll fix that.
P.S.2. In car the TLCEmu startup fast, I think there is the Antivirus on Desktop PC that run slow. How remove the GUI Plugin? Is sufficent to remove the
"Plugins=org.tlcdcemu.plugin.gui.GUIPlugin,org.tlc dcemu.plugin.logical.LogicalPlugin"
string in "TLCDCEmu.properties" file?
The line Plugins contains multiple values, separated by a ",". All are optional.
Bookmarks