Hey there !

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 script uses the serial module to open, send data, and close the 
serial port.

Is there a way to keep the serial port open ?

Because for now, I open/close it between each transaction and I need to be 100% 
sure the data package will be send .. which is not the case with my actual 
python script.

Thank you in advance for your answer.

Best wishes

Yann Schoeni
Municipalité de Moutier
Apprenti informaticien
Tél. +41 (0)32 494 11 69
Mob. +41 (0)79 827 30 86
E-mail yann.scho...@moutier.ch<mailto:yann.scho...@moutier.ch>

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to