It’s not meant to display Hello World in the serial console. It transmits a byte array that happens to say Hello World - so on the application/device console you should see the ASCII bytes that are Hello World.
Your next task is to put your readings in to the mydata array, which will then get transmitted and you can then see the hex/numbers on the console.