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. Have I to write a function to convert ascii or is this still availible?
The atoi() function comes to mind. We'd need to see how you are currently handling the serial input.