From: Roger B. <ro...@ro...> - 2003-04-17 13:19:31
|
> Enclosed are some candidate replacement routines that pertain to serial > communications. Thank you! I'm currently on a business trip so it will take a few days to apply. I'll probably release a new test version of 0.6 so people can try out the new routines. > Occasionally I'll > encounter "segmentation fault" while fetching the phone data or > expanding file info. The application promptly aborts when this occurs, > and it's hard to figure out why. If you have any ideas about narrowing > this down, let me know. That is just going to be an issue with the python binary you have. I believe the Mac version is still 2.3alpha. > Also, I noticed that the phone must be set to RS-232 mode when > retrieving version info. Yup. They are effectively modem (AT) commands. It also has to be in that mode to use as a modem. This is also why I turn off version info by default. I may even move it to a seperate diagnostics menu/dialog. Roger |