I’m doing serial communication with RPI to PC. I have couple of files contain integer data such as [ 37098, 34509, .... ] saved in PC. I succeed in transfer file data from pc to rpi but it transferred one by one like 3,7,0,9,8. I tried it doing first convert it into string then apply atoi( ) functio...