<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">Michael,<br>
I used the synapser.pas unit but the compiler choked at line 232 at the
identifier 'B500000', 'B576000' .... not found.<br>
Any idea ?<br>
<br>
Dennis<br>
------------<br>
<br>
Rates: array[0..MaxRates, 0..1] of cardinal =<br>
(<br>
(0, B0),<br>
(50, B50),<br>
(75, B75),<br>
(110, B110),<br>
(134, B134),<br>
(150, B150),<br>
(200, B200),<br>
(300, B300),<br>
(600, B600),<br>
(1200, B1200),<br>
(1800, B1800),<br>
(2400, B2400),<br>
(4800, B4800),<br>
(9600, B9600),<br>
(19200, B19200),<br>
(38400, B38400),<br>
(57600, B57600),<br>
(115200, B115200),<br>
(230400, B230400)<br>
{$IFNDEF DARWIN}<br>
,(460800, B460800)<br>
{$IFDEF UNIX}<br>
,(500000, B500000),<br>
(576000, B576000),<br>
(921600, B921600),<br>
(1000000, B1000000),<br>
(1152000, B1152000),<br>
(1500000, B1500000),<br>
(2000000, B2000000),<br>
(2500000, B2500000),<br>
(3000000, B3000000),<br>
(3500000, B3500000),<br>
(4000000, B4000000)<br>
{$ENDIF}<br>
{$ENDIF}<br>
</font><br>
Michael Schnell wrote:
<blockquote cite="mid:51D41E63.6000109@lumino.de" type="cite">Synaser:
<br>
<br>
<a class="moz-txt-link-freetext" href="http://synapse.ararat.cz/doc/help/synaser.html">http://synapse.ararat.cz/doc/help/synaser.html</a>
<br>
<br>
-Michael
<br>
_______________________________________________
<br>
<br>
</blockquote>
</body>
</html>