<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19120">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Not sure where to go with this.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I'm sending 3 bytes of data at 38400
baud every 500 ms. If I speed up the rate to every 250 ms I get
</FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Access Violation at address 004934CA in Mmodule
Dyno.exe' Write address 000000F2 </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Code </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial> if SerialPortNG.NextClusterSize
>= 0 then begin<BR>
sRaw:=SerialPortNG.ReadNextClusterAsString;<BR>
for i:=1 to length(sRaw)
do<BR> try iData[i]:=
byte(sRaw[i])<BR>
except<BR>
end; </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I don't know what I'm looking for. </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Thanks Wallace</FONT></DIV>
<DIV> </DIV></BODY></HTML>