[maemo-users] Python Serial

2006-08-18 Thread Michael Duergner
Hi there, could anyone tell me which steps I would have to do in order to be able to make a serial connection with the Python for Maemo? I read that I would have to reintroduce the termios packages but to be honest I`m not that familiar with that stuff. Thanks a lot. Michael

[maemo-users] Howto reintroduce Python termios

2006-08-20 Thread Michael Duergner
Hi there, I need Pyserial support on the Nokia 770 and I read that this could be done by reintroducing the termios module which has been removed. Could anyone give me a hint how to do this? Thanks Michael ___ maemo-users mailing list maemo-users@maem

Re: [maemo-users] Howto reintroduce Python termios

2006-08-21 Thread Michael Duergner
Hi Osvaldo, thanks a lot so far. I`ll try this today after I`ve finally set up the development system. > BTW, are you planning to use PySerial inside Nokia 770? :) We wanted to try using it in order to minize the code we will have to maintain ourselves. Purpose is to connect to a bluetooth acc

Re: [maemo-users] Python Serial

2006-08-21 Thread Michael Duergner
Hi again, > Very quickly since in this moment I've not access to the scratchbox > installation i'm using: > > 1) download the python source package (apt-get source python) 2) unzip it > 3) go to the debian subdir 4) open the rules file with an editor, locate > the "rm termios.so" line and remov