Re: [Tutor] Python Arduino Web Page
Engineering wrote: > >
[Tutor] Python Arduino Web Page
I have written the following code in Python for my Arduino #!c:\Python27\Python.exe import cgi, cgitb; import sys, serial cgitb.enable() ser = serial.Serial('COM27', 9600) myvar = ser.readline() print "Content-type:text/html\n\n" print """ Real Time Temperature window.o