Byte serial transfer
Posted: Sun Jul 24, 2016 1:28 am
I have been doing some experiments with network(UDP) file transfers to/from PC and uMites via ESPs. I have been able to read/write text files very successfully at around 60K per min but I am missing bytes in binary files. I can see the byte count difference in the ESP so I am assuming they are getting doped in the serial comms routines as I believe they are using the ASCII serial.print routines. I see that Arduino also has
serial.write routines for byte transfers, is there a possibility to incorporate, with a variable byte transfer. Thanks in anticipation!
Mike
serial.write routines for byte transfers, is there a possibility to incorporate, with a variable byte transfer. Thanks in anticipation!
Mike