VBOX 3i Serial (RS232) Protocol

Message format:
$VBOX3i,nnnn0000,stttaaaaoooovvhheeezzyyxxffffjjjj1111222233334444lpddddddqqrrii77778888kkmmmgggg559966cc
The $VBOX3i and commas are in ASCII, the rest is in binary.
The byte ordering format is big-endian (Motorola).
Although not all of the channels listed below are present in the serial stream by default (you can select them in the VBOX Setup software), the following table shows the order in which they will appear in the data stream.
Click on the highlighted descriptions to see the specifications for each channel.
Note: If you are using VBOX 3i Firmware Version 3.0 or later, you can find more information about selecting channels to send over serial here.
Enter first 4 bytes (nnnn) as 8 characters of hexadecimal:
Part of String | Format | Bytes | Description | nnnn, bit mask. |
---|---|---|---|---|
nnnn | 4 | Reserved to indicate channel presence | ||
0000 | 4 | Reserved | ||
s | Integer | 1 | Satellites Number of satellites |
0x00000001 |
ttt | Integer | 3 | UTC Time Number of 10 ms ticks since midnight UTC |
0x00000002 |
aaaa | Signed | 4 |
(MMMM.MMMMM * 100,000) |
0x00000004 |
oooo | Signed | 4 |
(MMMMM.MMMMM * 100,000) |
0x00000008 |
vv | Integer | 2 | Speed Velocity in Knots * 100 |
0x00000010 |
hh | Integer | 2 | Heading Degrees from true north * 100 |
0x00000020 |
eee | Integer | 3 | Height Altitude. In metres WGS84 * 100 True signed 24 bit number |
0x00000040 |
zz | Signed | 2 | Vertical Velocity Vertical velocity in m/s * 100 |
0x00000080 |
yy | Signed | 2 | Lateral Acceleration (GPS) Lateral acceleration in g * 100 |
0x00000100 |
xx | Signed | 2 | Longitudinal Acceleration (GPS) Longitudinal acceleration in g * 100 |
0x00000200 |
ffff | Integer | 4 | Brake Distance (m *12800) |
0x00000400 |
jjjj | Integer | 4 | Distance (m*12800) |
0x00000800 |
1111 | Float | 4 | Internal analogue ch1 | 0x00001000 |
2222 | Float | 4 | Internal analogue ch2 | 0x00002000 |
3333 | Float | 4 | Internal analogue ch3 | 0x00004000 |
4444 | Float | 4 | Internal analogue ch4 | 0x00008000 |
l | Integer | 1 | GLONASS satellites* | 0x00010000 |
p | Integer | 1 | GPS satellites | 0x00020000 |
dd | 2 | Reserved | 0x00040000 | |
dd | 2 | Reserved | 0x00080000 | |
dd | 2 | Reserved | 0x00100000 | |
Integer | 2 | VBOX Serial Number | 0x00200000 | |
rr | Integer | 2 | Kalman Filter Status | 0x00400000 |
ii | Integer | 2 | Solution Type | 0x00800000 |
7777 | Integer | 4 | Velocity Quality | 0x01000000 |
8888 | 4 | Reserved | 0x02000000 | |
kk | 2 | Reserved | 0x04000000 | |
mmm | 3 | Reserved | 0x08000000 | |
gggg | Float | 4 | Event Time | 0x10000000 |
55 | 2 | Reserved | 0x20000000 | |
99 | 2 | Reserved | 0x40000000 | |
66 | 2 | Reserved | 0x80000000 | |
cc | 2 | Checksum |
*This channel is not available on VBOX 3i ADAS units.