Re: [SerialConnection] Help

2015-04-09 Thread Grant Edwards
On 2015-04-09, Travis Griggs wrote: > >> On Apr 7, 2015, at 8:42 AM, Hugo Caldas wrote: >> >> read and write the port values with multi threading > > Care to elaborate what you mean by this part? In general, serial > ports and multi threading don’t mix well. IOW, you’ll need to use > multithre

Re: [SerialConnection] Help

2015-04-09 Thread Travis Griggs
> On Apr 7, 2015, at 8:42 AM, Hugo Caldas wrote: > > read and write the port values with multi threading Care to elaborate what you mean by this part? In general, serial ports and multi threading don’t mix well. IOW, you’ll need to use multithreading pieces to make sure you serialize your a

Re: [SerialConnection] Help

2015-04-07 Thread MRAB
On 2015-04-07 16:42, Hugo Caldas wrote: Hi. I want to connect to a serial port, read and write the port values with multi threading and save them in random variables in python 3.4. Where can I found information to do that? Use the pyserial module. The module is on PyPI: https://pypi.python.o

Re: [SerialConnection] Help

2015-04-07 Thread Grant Edwards
On 2015-04-07, Hugo Caldas wrote: > I want to connect to a serial port, read and write the port values with > multi threading and save them in random variables in python 3.4. > Where can I found information to do that? http://pyserial.sourceforge.net/pyserial.html -- Grant Edwards

Re: [SerialConnection] Help

2015-04-07 Thread Ian Kelly
On Apr 7, 2015 9:43 AM, "Hugo Caldas" wrote: > > Hi. > > I want to connect to a serial port, read and write the port values with multi threading and save them in random variables in python 3.4. > Where can I found information to do that? You can use the pyserial third-party module to do the seria

[SerialConnection] Help

2015-04-07 Thread Hugo Caldas
Hi. I want to connect to a serial port, read and write the port values with multi threading and save them in random variables in python 3.4. Where can I found information to do that? thank you -- https://mail.python.org/mailman/listinfo/python-list