On 7 17 , 3 01 , "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> zxo102 schrieb:
>
>
>
>
>
> > Hi,
> >I would like to combine two python applications into a single one
> > with two threadings. Both of them have a "while 1:" loop respectively.
> > For example, one application is to monitoring
zxo102 schrieb:
> Hi,
>I would like to combine two python applications into a single one
> with two threadings. Both of them have a "while 1:" loop respectively.
> For example, one application is to monitoring serial port 'com1' and
> another application is a TCP/IP server which has used thread
Hi,
I would like to combine two python applications into a single one
with two threadings. Both of them have a "while 1:" loop respectively.
For example, one application is to monitoring serial port 'com1' and
another application is a TCP/IP server which has used threadings
already. I write the