Web Server Gateway Interface (WSGI) daemon for serial

ron_sutherland:
I have looked at Bottle and Flask some now, but I am not even sure when to bind the constrained resource (e.g. the serial port) in there framework.

I don't "bind a serial port in their framework".

I have a single Python program that communicates with an Arduino via serial (like in this Python - Arduino demo) and which also uses Bottle functions to do web stuff.

...R