Modbus string - staggered order of letters

I integrate Victron EV charger via modbus. When I get strings from device, those strings has staggered letter order.

Example:
sensor.victronev1_name : 21436587A9CBEDGFIHKJMLONQPSRUTWVYX

In configuration.yaml this sensor looks:

modbus:
  - name: victronev1
    type: tcp
    host: 10.130.17.210
    port: 502
    sensors:
      - name: Victronev1_name
        address: 5027
        scan_interval: 4
        data_type: string
        count: 22

What’s wrong?