Skip to main content

Next Level Racing HF8 Protocol

Introduction

The Next Level Racing HF8 Haptic Gaming Pad is a USB serial device with 8 vibration motors positioned across the seat surface. It is not a Bluetooth device.

Transport

  • Interface: USB Serial (CDC)
  • Baud rate: 115200
  • Data bits: 8
  • Parity: None
  • Stop bits: 1.5
  • Handshake: None
  • Line ending: \r (carriage return)
  • Read timeout: 1 ms
  • Write timeout: 50 ms
  • Write buffer size: 64 bytes

Commands

Query State

P\r

Response format:

E<IntensityScale>,A<AudioMode>

Where:

  • IntensityScale = 0255
  • AudioMode = 0 (off) or 1 (on)

Set Motor Intensity

M<Motor><Intensity>\r

Where:

  • Motor = 07
  • Intensity = 0255

Motor Layout

MotorPosition
M0Right thigh
M1Left thigh
M2Right buttock
M3Left buttock
M4Right back
M5Left back
M6Right shoulder
M7Left shoulder

Sources