Fio Xbee communication

Use a while loop when you read the serial port - while serial is available, read it into a variable. It will then contain the latest byte. Might be better to refactor your code to get rid of the delays and move the serial port reading out of the lumiere function.