Andre

Members
  • Posts

    6
  • Joined

  • Last visited

Andre's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Here is an example of the data that is generated from the device. Tx: \001 Rx: \076\097\115\116\032\080\097\103\101\032\114\101\099\111\114\100\101\100\032\032\049\048\032\111\102\032\050\048\052\055\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013\078\111\032\068\097\116\097\032\010\013
  2. I am working on a new project and need to capture data from the Comm monitor after triggering the device to dump the data. I have two triggering options. Option 1 Device.DeviceName.SetRegisterS16(247,103,1) Option 2 device.DeviceName.Write(chr(1)) Is there any way I can capture the incoming data? The data will need to be loaded into an array. In total 94 values will be dumped.