With the following command you can check the current wind sensor settings.
Command format in ASCII and NMEA 0183:
aWU<cr><lf>
Command format in SDI-12:
aXWU!
| a | Device address |
| WU | Wind sensor settings command in ASCII and NMEA 0183 |
| XWU | Wind sensor settings command in SDI-12 |
| <cr><lf> | Command terminator in ASCII and NMEA 0183 |
| ! | Command terminator in SDI-12 |
The response in ASCII and NMEA 0183:
aWU,R=[R],I=[I],A=[A],G=[G],U=[U],D=[D],N=[N],F=[F]<cr><lf>
The response in SDI-12:
aXWU,R=[R],I=[I],A=[A],G=[G],U=[U],D=[D],N=[N],F=[F]<cr><lf>
where [R][I][A][G][U][D][N] are the setting fields.
Example (ASCII and NMEA 0183, device address 0):
0WU<cr><lf>
0WU,R=01001000&00100100,I=60,A=10,G=1,U=N,D= -90,N=W,F=4<cr><lf>
Example (SDI-12, device address 0):
0XWU!0XWU,R=11111100&01001000,I=10,A=3,G=1,U=M,D=0,N=W,F=4<cr><lf>