Looks dificult but after several times read I was understand some things.
ok, but how to write right send comand?
int long var1 = 123456;
int long var2 = 654321;
void setup(){
Serial.begin(9600);
}
void loop (){
Serial.print(<var1,var2>); //how to write this correctly??
}