<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">I downloaded <a class="moz-txt-link-freetext" href="http://www.turbocontrol.com/easyfpgui.htm">http://www.turbocontrol.com/easyfpgui.htm</a> 
which as a zip of example of using synapse on ARM platform.<br>
It worked on raspberry Pi (raspbian os) but it uses a specialized
trimmed down version of Free Pascal library.<br>
I need to work with the traditional free pascal library since my other
part of programs rely on them.<br>
<br>
However, when I extract the relevant code from that example and use the
normal fpc compiler (2.6.0) instead of the pparm (2.6.2) and special fp
lib inside that zip, my program freezes on synapser.pas  
TBlockSerial.Connect<br>
at the line of fopen(FDevice, 0_RDWR or 0_SYNC).<br>
<br>
I really don't understand what caused this?  a different version of fpc
compiler or a different fp lib or because their example is GUI app and
mine is just a console mode app?<br>
<br>
Any advice will be appreciated.<br>
<br>
Thanks.<br>
<br>
Dennis<br>
<br>
</font>
</body>
</html>