Script console serial port

That was just a typo from rewriting the original code.

Yeah, I want to see the output from the print statements in my modified code:

	toWrite = [adress]
	print toWrite
	print type(toWrite)
	
	port.writeBytes(toWrite)