From: Roger B. <ro...@ro...> - 2004-01-11 10:07:50
|
> 1. Several windows users got stuck initially because BitPim didn't auto > detect their phone and they didn't know what to do. I can add some > notes to the help, but is there anything else that can be done help > users here? (On my XP system, the port browser shows COM1 and COM2, but > my phone is know to windows as a modem on COM4.) I have now implemented the fix for this. ports now have a "class" field which is "serial" or "modem". (The LG phones are on serial, the Sanyo on modem). The usb information is now in the profile for each phone class. I put the sanyo entry into com_sanyo, so you will need to update that if it differs by model. Steven, can you please update the comscanmac function in comscan.py to note if the device is a serial or modem. I think the Mac uses /dev/cu.usbserial and /dev/cu.usbmodem respectively. res["class"] should be set the the right value in the loop. Roger |