Re: pyserial: failed to readlines() after many hours running.

2008-10-11 Thread zxo102
On 10月12日, 上午1时13分, Terry Reedy <[EMAIL PROTECTED]> wrote: > Unknown wrote: > > On2008-10-11,zxo102<[EMAIL PROTECTED]> wrote: > > >> I have a system. An instrument attched to 'com1' is wireless connected > >> to many sensors at different locations. The instrument can forward > >> the "commands" (

Re: pyserial: failed to readlines() after many hours running.

2008-10-11 Thread zxo102
On 10月11日, 下午11时00分, Grant Edwards <[EMAIL PROTECTED]> wrote: > On2008-10-11,zxo102<[EMAIL PROTECTED]> wrote: > > > I have a system. An instrument attched to 'com1' is wireless connected > > to many sensors at different locations. The instrument can forward > > the "commands" (from pyserial's wri

Re: pyserial: failed to readlines() after many hours running.

2008-10-11 Thread Grant Edwards
On 2008-10-11, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2008-10-11, zxo102 <[EMAIL PROTECTED]> wrote: > >> I have a system. An instrument attched to 'com1' is wireless >> connected to many sensors at different locations. The >> instrument can forward the "commands" (from pyserial's >> write()

Re: pyserial: failed to readlines() after many hours running.

2008-10-11 Thread Terry Reedy
Unknown wrote: On 2008-10-11, zxo102 <[EMAIL PROTECTED]> wrote: I have a system. An instrument attched to 'com1' is wireless connected to many sensors at different locations. The instrument can forward the "commands" (from pyserial's write()) to those sensors. Based on the "commands", the s

Re: pyserial: failed to readlines() after many hours running.

2008-10-11 Thread Grant Edwards
On 2008-10-11, zxo102 <[EMAIL PROTECTED]> wrote: > I have a system. An instrument attched to 'com1' is wireless connected > to many sensors at different locations. The instrument can forward > the "commands" (from pyserial's write()) to those sensors. Based on > the "commands", the sensors kee