Usage

<< Click to Display Table of Contents >>

Navigation:  Windows Tools > SeriMon >

Usage

Command Line Parameters

 

serimon /c <COMPORT> /s DEVMO_SDS011 /l /d <DELAY>

 

/c COM[1..9]

the COM port to open, virtual COM ports are fully supported

/s DEVMO_SDS011 | ASCII

how to interpret the data

/l

lquery data indefinitely, abort with CTRL-C

/d delay

use with "/l", delay in ms between continuous iterations

/header

shows header (only useful when used with /s other than ASCII)

 

Examples

 

Example 1: Display all data returned on COM3 as text

 

serimon /c COM3 /s ASCII

 

Example 2: Display results from the DEVMO SDS011 sensors on COM4 and keep refreshing every 2 seconds

 

serimon /c COM4 /s DEVMO_SDS011 /l /d 2000