QGIS-Documentation icon indicating copy to clipboard operation
QGIS-Documentation copied to clipboard

Serial port sensor's data frame delimiter (Request in QGIS)

Open qgis-bot opened this issue 1 year ago • 2 comments

Request for documentation

From pull request qgis/QGIS#56779 Author: @nirvn QGIS version: 3.38

Serial port sensor's data frame delimiter

PR Description:

Description

This PR implements this enhancement request (https://github.com/qgis/QGIS/issues/56275) by adding a new data frame delimiter functionality to the serial port sensor:

image

In case multiple data frames are found in the last chunk of data pushed by the serial port, this implementation will only return all data frames. Users can then use an expression to further split the returned sensor last data value into individual frames (e.g. string_to_array).

@jtornero , this enhancement was something I needed on my end too, and had some free time. So here it is :)

Commits tagged with [need-docs] or [FEATURE]

qgis-bot avatar Mar 11 '24 08:03 qgis-bot

@nirvn Maybe I could help a little editing the documentation? Cheers

jtornero avatar Mar 19 '24 18:03 jtornero

@jtornero , that'd be great 😃

nirvn avatar Mar 20 '24 00:03 nirvn