On Wed, 22 Feb 2006 10:25:18 +0100, "Math" <[EMAIL PROTECTED]> wrote:

>Thank you all for your respond.
>However, I run into another problem I forgot to mention.
>My Laptop doesn't have a 9-pin Serial port, only USB-connectors, so I guess
>I have to buy a USB-Serial Converter to.....
>Does everythong else then remain the same?
>Do I then still have to use the 'import serial' or is there something for 
>USB to?
>How do I proceed from here on?
>  
>

Yes, if you need to talk to a serial device and you have no serial
connector, then you will have to buy some kind of a converter.

Any USB-to-Serial converter that you buy should include a driver which
makes it look like a serial port to the operating system.  Thus,
pyserial should still be the right mechanism.

However, it turns out that the Windows serial driver model is rather
convoluted and poorly-defined.  Many of the converter drivers do not do
a thorough job of emulation.  You will just have to try it and see.

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to