Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qgis-bot opened this issue Mar 11, 2024 · 2 comments
Open

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

qgis-bot opened this issue Mar 11, 2024 · 2 comments
Labels
3.38 QGIS 3.38 new features Properties
Milestone

Comments

@qgis-bot
Copy link
Collaborator

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 (qgis/QGIS#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]

@github-actions github-actions bot added the 3.38 QGIS 3.38 new features label Mar 11, 2024
@github-actions github-actions bot added this to the QGIS 3.40 milestone Mar 11, 2024
@jtornero
Copy link
Contributor

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

@nirvn
Copy link
Contributor

nirvn commented Mar 20, 2024

@jtornero , that'd be great 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.38 QGIS 3.38 new features Properties
Projects
None yet
Development

No branches or pull requests

4 participants