Problem Reading Bracodes - Additional info

Hi

The screen shots dont show in forum  for some reason  ? .png format / bmp format
so I have below the settings for the controls I am using.

object ComPort: TVaComm
    Baudrate = br9600
    FlowControl.OutCtsFlow = False
    FlowControl.OutDsrFlow = False
    FlowControl.ControlDtr = dtrDisabled
    FlowControl.ControlRts = rtsDisabled
    FlowControl.XonXoffOut = False
    FlowControl.XonXoffIn = False
    FlowControl.DsrSensitivity = False
    FlowControl.TxContinueOnXoff = False
    PortNum = 4
    DeviceName = 'COM%d'
    MonitorEvents = [ceRxChar]
    Version = '1.9.1.0'
    Left = 214
    Top = 75
  end
  object VaCapture: TVaCapture
    Comm = ComPort
    DataStart = ''
    DataFinish = '
'
    MaxMsgLen = 13
    OnMessage = VaCaptureMessage
    Active = True
    Left = 286
    Top = 78
  end

Thanks

Kamran

See reply in other thread.