If you connect a 'USB to serial adapter' to the front panel USB plug, you can remote control your unit with FANet (as you would do with a true exlink connector).
[EDIT] It also work with the rear USB connector
To do that, I used 2 FTDI cables (http://www.ftdichip.com/Support/Documen ... CABLES.pdf) :
- USB connector of the first cable to the PC
- USB connector of the second cable to the BD front pannel ([EDIT] or rear pannel)
- The TTL signal of the cables connected together (RX and TX crossed of course)
Configure your RS232 port to 9600 bds, 8 bits, 1 stop and no parity.
You can now send FANet commands (for example, hexa 08 22 00 00 00 01 D5 will turn off the unit)
Pronto users can use this to control their BD by RS232 with a pronto extender RFX9600.
Here is an example that turns off the unit (type the commands in a windows command prompt window) :
mode COM7:9600,n,8,1,p
copy /b off.bin COM7
I didn't find any cheat code to get the debug console or a shell on this port

I also did'nt find any FANet command to display the setup menu

The following off.bin file contains the following hex bytes : 08 22 00 00 00 01 D5 corresponding the the PowerOff FANet command