2008/2/15 Pavel Samek <[EMAIL PROTECTED]>: > As you can see from timeouts, I have to wait about 3mins every start and > run pcscd -H. Maybe my serial port is badly initialized but the same > behavior I can reproduce on other computer.
This is a more or less known problem of the GemPC410 driver. The reader starts at 9600 bauds after power on. The driver tries to set it to 38400 bauds by sending a control command. The driver set the serial port speed to 38400 bauds and tries to communicate but fails (60s timeout) The driver then tries to communicate at 9600 bauds but also fails (60s timeout) The driver tries again at 38400 bauds but fails again and declare the reader does not work. (60s timeout) You can try to play with the initialisation algorithm. A safe solution is to stay at 9600 bauds but that will limit the performances of course. I have not used this driver [1] since some years and do not plan to work on it now. But feel free to ask questions. Bye [1] http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/index.html -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
