Re: [python-win32] Python - connexion to serial port

2018-01-12 Thread Schoeni, Yann
Hey, « is the Python script persistent (is it running continuously in the background) or launched for each transaction? » - Currently, the script is launched for each transaction. As I understand your proposition, when the web page is open, an ajax request should call a python

Re: [python-win32] Python - connexion to serial port

2018-01-12 Thread Paul.Koning
> On Jan 11, 2018, at 11:36 AM, Dennis Lee Bieber wrote: > > On Thu, 11 Jan 2018 15:12:33 +, "Schoeni, Yann" > declaimed the following: > >> I've a web application which needs to send data to a serial port. The >> webserver uses ajax to send data to a python script. >> >> The Python scr

Re: [python-win32] Python - connexion to serial port

2018-01-12 Thread Tim Roberts
Schoeni, Yann wrote: >   > > « is the Python script persistent (is it running continuously in the > background) or launched for each transaction? » > >   > > -   Currently, the script is launched for each transaction. As I > understand your proposition, when the web page is open, > >    an