writeBytes

Write raw commands to the GPS receiver

Description

writeBytes(gpsObj,dataArray) writes raw data specified by dataArray to configure the GPS module.

Input Arguments

collapse all

The GPS object with the default or specified properties.

Raw data to write to the GPS module to configure the module, specified as an array.

Data Types: uint8

Introduced in R2020b