Serial4.setup(9600, { tx:C10, rx:C11 });
Serial4.on('data', function (data) 
{
  
  print("hodnota"+(data+'0'));

});
