For those who are interested, I had started interpreting the protocol.
I have a C app for <{GNULINUX}> that can start communications and can emulate FA 124 behavior. It is not ended but at least I could get some data from the calc.
Here is the log of FA 124 in case you want to take a look:
http://www.mendietab.../casio/log2.htmAnd here is my interpretation of the code:
http://www.mendietab...60_protocol.txtThere is a lot of junk

on the log specially at the start of the transactions, that I have no idea what it does, but apparently it initiates the calc for usb transferring, don't worry about this

, I had a piece of code that can emulate this with out any problem

.
If anyone has <{GNULINUX}> on his/her machine and want to give me a hand please let me know, I want to check if the initialization process is ok.
My code is using libusb (
http://libusb.sourceforge.net/) it is fully compatible with <{GNULINUX}>, FreeBSD, NetBSD, OpenBSD, Darwin and MacOS X, there is a Windows Port (
http://libusb-win32.sourceforge.net) but it is a bit off date, I don't know if win is compatible with my code. But maybe someone can try it out.
Cheers,
Manuel