Main Content

writeBytes

Write raw data to GPS module

Since R2020a

Add-On Required: This feature requires the MATLAB Support Package for Arduino Hardware add-on.

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

Version History

Introduced in R2020a