Hi,
As I changed the HDD from my MBP to a SSD, I re-install everything (to start with a clean configuration).
Hence I needed to setup the OSTC communication again, and went again trough some hassle
So I wrote down all steps I did, hoping it will help me in the future. Here are all those steps:
1) Install JDiveLog (
http://www.jdivelog.org/download/langswitch_lang/fr/).
2) You should have folder uucp in directory "/var/spool". If you don't have it, create it with the command "sudo mkdir /var/spool/uucp". Then setup permission (should be: drwxrwxr-x): "sudo chmod 775 /var/spool/uucp".
3) You should be a member of the uucp group. To do so, use the following commands
"sudo dscl . append /Groups/_uucp GroupMembership Kristian".
4) Check if ok with command: "id". You should have:
"uid=501(Kristian) gid=20(staff) groups=20(staff),402(com.apple.sharepoint.group.1),204(_developer),100(_lpoperator),98(_lpadmin),81(_appserveradm),80(admin),79(_appserverusr),66(_uucp),61(localaccounts),12(everyone),401(com.apple.access_screensharing)" with "...66(_uucp)..." meaning everything is ok.
5) Install "RXTX_Tiger.pkg" - located in "rxtx-2.1-7r2/MACOSX_IDE/ForPackageMaker".
6) Install "FTDIUSBSerialDriver_v2_2_16.dmg", choose "FTDIUSBSerialDriver_10_4_10_5_10_6".
7) Manually copy "librxtxSerial.jnilib" and "RXTXcomm.jar" into "Bibliothèque/Java/Extensions".
8) Manually copy "FTDIUSBSerialDriver.kext" into "Système/Bibliothèque/Extensions". Authorize with asked pwd.
9) Switch on the OSTC.
10) Directly open JDiveLog and change the dive computer setting to: a) OSTC, b) Port Com: /dev/tty.usbserial-A4SHCQSJ (RXTX-2.1), c) Protocole: OSTC Mk.2 1.90 - X.
11) DONE
Where "Kristian" is my account name and the file path are from my french OS (Bibliothèque is Library)...
Hope this may help someone else.