[fpc-pascal] Serial to TCP gateway in FPC?

Michael Schnell mschnell at lumino.de
Thu Jun 22 12:37:42 CEST 2017


On 22.06.2017 00:30, Bo Berglund wrote:
>
> 1) How do I enter a loop in a GUI application? In a command line
> application it is just going to be part of he main program code.
Use a Thread.
>
> 2) How do I stop the program from running at 100% CPU utilization (on
> Windows)?
>
Blocking read.

-Michael



More information about the fpc-pascal mailing list