VerirrtesSchaf:
So I tried it using Serial1.availible and it runs! It shows me the right data. My next problem is how to convert the ascii date out of the serial input into normal integers, so as if I use Serial.write but into a integer variable.
If the values exceed 255 you will need to batch them up into multiple bytes. This might help: