iuu_phoenix.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Infinity Usb Unlimited Readme
  2. -----------------------------
  3. Hi all,
  4. This module provide a serial interface to use your
  5. IUU unit in phoenix mode. Loading this module will
  6. bring a ttyUSB[0-x] interface. This driver must be
  7. used by your favorite application to pilot the IUU
  8. This driver is still in beta stage, so bugs can
  9. occur and your system may freeze. As far I now,
  10. I never had any problem with it, but I'm not a real
  11. guru, so don't blame me if your system is unstable
  12. You can plug more than one IUU. Every unit will
  13. have his own device file(/dev/ttyUSB0,/dev/ttyUSB1,...)
  14. How to tune the reader speed ?
  15. A few parameters can be used at load time
  16. To use parameters, just unload the module if it is
  17. already loaded and use modprobe iuu_phoenix param=value.
  18. In case of prebuilt module, use the command
  19. insmod iuu_phoenix param=value.
  20. Example:
  21. modprobe iuu_phoenix clockmode=3
  22. The parameters are:
  23. parm: clockmode:1=3Mhz579,2=3Mhz680,3=6Mhz (int)
  24. parm: boost:overclock boost percent 100 to 500 (int)
  25. parm: cdmode:Card detect mode 0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING (int)
  26. parm: xmas:xmas color enabled or not (bool)
  27. parm: debug:Debug enabled or not (bool)
  28. - clockmode will provide 3 different base settings commonly adopted by
  29. different software:
  30. 1. 3Mhz579
  31. 2. 3Mhz680
  32. 3. 6Mhz
  33. - boost provide a way to overclock the reader ( my favorite :-) )
  34. For example to have best performance than a simple clockmode=3, try this:
  35. modprobe boost=195
  36. This will put the reader in a base of 3Mhz579 but boosted a 195 % !
  37. the real clock will be now : 6979050 Hz ( 6Mhz979 ) and will increase
  38. the speed to a score 10 to 20% better than the simple clockmode=3 !!!
  39. - cdmode permit to setup the signal used to inform the userland ( ioctl answer )
  40. if the card is present or not. Eight signals are possible.
  41. - xmas is completely useless except for your eyes. This is one of my friend who was
  42. so sad to have a nice device like the iuu without seeing all color range available.
  43. So I have added this option to permit him to see a lot of color ( each activity change the color
  44. and the frequency randomly )
  45. - debug will produce a lot of debugging messages...
  46. Last notes:
  47. Don't worry about the serial settings, the serial emulation
  48. is an abstraction, so use any speed or parity setting will
  49. work. ( This will not change anything ).Later I will perhaps
  50. use this settings to deduce de boost but is that feature
  51. really necessary ?
  52. The autodetect feature used is the serial CD. If that doesn't
  53. work for your software, disable detection mechanism in it.
  54. Have fun !
  55. Alain Degreffe
  56. eczema(at)ecze.com