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] pure python way to open a file with write deny for others

2020-03-10 Thread Paul.Koning
> On Mar 5, 2020, at 5:42 AM, Robin Becker wrote: > > > [EXTERNAL EMAIL] > I want to be able to read a windows file which is being periodically written > by another process. I created a small extension ... > > that seems to work, but I wonder if there's an easier pure python way to do > t