Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32240

Re: How to set 250000 baud rate in pyserial ?

Date 2012-10-26 16:08 -0600
From Michael Torrie <torriem@gmail.com>
Subject Re: How to set 250000 baud rate in pyserial ?
References <d5871091-63c8-4582-9485-138195cf6d36@googlegroups.com> <mailman.2858.1351188682.27098.python-list@python.org> <10b2bbd7-c2b5-409e-be83-bd11948e16a8@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2910.1351289302.27098.python-list@python.org> (permalink)

Show all headers | View raw


On 10/26/2012 04:01 PM, kurabas@gmail.com wrote:
> Error is like cannot set special baud rate. But as I said pyserial
> set this speed without problem  for ttyUSB0 So it seems pyserial uses
> diefferent code depending of port type. I tried to simlink ln -s
> ttyACM0 ttyUSB0 but it does not work

No the difference in how baud rate is set is most likely in the driver.
 pyserial just uses standard kernel apis and ioctls to control the device.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to set 250000 baud rate in pyserial ? kurabas@gmail.com - 2012-10-25 04:09 -0700
  Re: How to set 250000 baud rate in pyserial ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-25 14:11 -0400
    Re: How to set 250000 baud rate in pyserial ? Grant Edwards <invalid@invalid.invalid> - 2012-10-25 21:14 +0000
    Re: How to set 250000 baud rate in pyserial ? kurabas@gmail.com - 2012-10-26 15:01 -0700
      Re: How to set 250000 baud rate in pyserial ? Michael Torrie <torriem@gmail.com> - 2012-10-26 16:08 -0600
      Re: How to set 250000 baud rate in pyserial ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-27 00:43 -0400
    Re: How to set 250000 baud rate in pyserial ? kurabas@gmail.com - 2012-10-26 15:01 -0700

csiph-web