did anybody play with python and window mobile broadband?
eglyph at gmail.com
eglyph at gmail.com
Thu Mar 18 06:07:22 EDT 2010
On 18 мар, 11:20, News123 <news1... at free.fr> wrote:
> I'd like to use a mobile broadband device with a windows python app.
> Did anybody play already with python and the window mobile broadband
> interface?
>
There was a discussion on this subject in some local forum recently. I
assume you're using PythonCE, right?
The best solution proposed there was to use ctypes and WinAPI. You can
find a relatively high level APIs to set up a connection (without need
to go too low level with AT commands) and make your own wrapper.
A good starting point can be found here: http://msdn.microsoft.com/en-us/library/bb416346.aspx
(it's not the only way to to things, btw).
--
regards,
eGlyph
More information about the Python-list
mailing list