Skip to content

Commit 2c66380

Browse files
committed
ConfigurationGuide: Mention PassthroughReportParser in Parser selection section
1 parent 3a347c4 commit 2c66380

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/_wiki/Documentation/ConfigurationGuide.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ To see which functionality is supported by a parser, please see the code for
171171
the parsers return paths in its `Parse(byte[])` function. An example is
172172
provided below.
173173

174+
If you don't know anything about your tablet, or if you're writing your own
175+
parser, it is recommended to start out with the `PassthroughReportParser`
176+
parser, as it does not directly parse data but instead just allows the Tablet
177+
Debugger to display the raw data.
178+
179+
It is important to not get overzealous and pick a too specific parser before
180+
you've ensured that the tablet is initialized correctly.
181+
174182
#### `XP_PenReportParser` example
175183

176184
At the time of this writing, [`XP_PenReportParser`] can return 5 different

0 commit comments

Comments
 (0)