QGIS-Documentation
QGIS-Documentation copied to clipboard
Serial port sensor's data frame delimiter (Request in QGIS)
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:
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]
@nirvn Maybe I could help a little editing the documentation? Cheers
@jtornero , that'd be great 😃