Receiving data from VMB6IN through VMB1RS serial connection

Hi,

Is it possible to use an external program to connect with the VMB6IN module.
I would like to use the program T-connector.
I can send data with this program, but I would like to know in which format.

Can i just send it in hex-format: <H’0F’><…> … <H’04’> (for example the scan packet to start receiving data)

Kind regards

I’m afraid I don’t know what this T-connector program is

The VMB1RS has some requirements:

  • RTS line must be high (on)
  • DTR line must be low (off)

Other RS232 properties:

  • Baud rate: 38400
  • Parity bits: none
  • Stop bits: 1
  • Data bites: 8
  • Flow control: none

Also, a delay of about 60ms should be respected between each packet sent via the VMB1RS

The .NET library takes care that all of this is set and respected correctly