Il 10/09/2018 17:30, Bo Berglund via Lazarus ha scritto:
Unfortunately not possible in the real case because the file transfer
protocol of the device only sends a header with the count of the data
to follow and then streams all of the bytes....

I don't know how your application is built, but if the origin is an ftp transfer, then data are sent in small packets. It would appear that you somehow get the ftp data and send them to a serial line. It is at that point of the processs that you should create your records to send them individually via the serial line.

--
Do not do to others as you would have them do to you.They might have different 
tastes.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to