Difference between revisions of "Firmware-830 Command-093"
(Copied from Firmware-820 Command-093, revision 5753) |
|||
Line 1: | Line 1: | ||
− | == | + | ==WIRELESS (93, 5Dh)== |
− | This command sets the BLE-MIDI (MIDI via Bluetooth Low Energy) status of the WiDig. Upon first use, BLE-MIDI is | + | This command sets the BLE-MIDI (MIDI via Bluetooth Low Energy), if WiConnect for BLE-MIDI is installed, or WiFi status, if WiConnect for WiFi is installed, of the WiDig. Upon first use, BLE-MIDI or WiFi is disabled. If WiConnect for BLE-MIDI is installed, the BLE-MIDI command configures the WiDig to set the baud rate of the WiDig COM port to 31.25 kbps immediately as well as upon power-up. If WiConnect for WiFi is installed, the WiDig COM port always operates at 115.2 kbps. Upon completion of the command the WiDig sends out the same message as the command. |
− | The [BODY] of the | + | The [BODY] of the WIRELESS command is: |
{| | {| | ||
|0xxxxxxx: | |0xxxxxxx: | ||
− | |xxxxxxx = 0; | + | |xxxxxxx = 0; WIRELESS off |
|- | |- | ||
| | | | ||
− | |xxxxxxx = [1..127]; | + | |xxxxxxx = [1..127]; WIRELESS on |
|} | |} |
Revision as of 15:44, 7 June 2023
WIRELESS (93, 5Dh)
This command sets the BLE-MIDI (MIDI via Bluetooth Low Energy), if WiConnect for BLE-MIDI is installed, or WiFi status, if WiConnect for WiFi is installed, of the WiDig. Upon first use, BLE-MIDI or WiFi is disabled. If WiConnect for BLE-MIDI is installed, the BLE-MIDI command configures the WiDig to set the baud rate of the WiDig COM port to 31.25 kbps immediately as well as upon power-up. If WiConnect for WiFi is installed, the WiDig COM port always operates at 115.2 kbps. Upon completion of the command the WiDig sends out the same message as the command.
The [BODY] of the WIRELESS command is:
0xxxxxxx: | xxxxxxx = 0; WIRELESS off |
xxxxxxx = [1..127]; WIRELESS on |