![IDS NXT Manual Download Page 40](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479040.webp)
March 2021
40
IDS NXT: REST interface
],
"PATCH": {
"application/x-www-form-urlencoded": {
"Description": "Modify RS-232 settings",
"Values": {
"Baudrate": {
"Description": "Baudrate in baud",
"Range": [
300,
1200,
2400,
4800,
9600,
19200,
38400,
57600,
115200,
230400
],
"Type": "Integer",
"Unit": "baud"
},
"Parity": {
"Description": "Parity setting",
"Range": [
"None",
"Odd",
"Even"
],
"Type": "String"
},
"Stopbits": {
"Description": "Stopbit length",
"Range": [
"One",
"OneAndHalf",
"Two"
],
"Type": "String"
}
}
}
}
}
11.2 /rs232/data
·
OPTIONS
·
GET
(data is no longer available for vision apps after reading)
·
PUT
{
"GET": {
"application/octet-stream": {
"Description": "Received data as binary data"
}
},