I edited the py/serialserver.py to include time module and added encode() to serial.write(c).
py/serialserver.py
time
encode()
serial.write(c)