You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/workstation/wks-installation.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Different device types have different requirements for the message syntax. For m
153
153
154
154
### Quitting the Workstation Client
155
155
156
-
The **Close** button closes the Client window but does not terminate the application; it continues to run in the background. To completely quit the Client, right-click its icon in the Windows systray and select **Quit**. This action is only available if [Developer Mode](/mendix-workstation/installation#developer-mode) is enabled. Alternatively, the Workstation Client process can always be stopped via Windows Task Manager.
156
+
The **Close** button closes the Client window but does not terminate the application; it continues to run in the background. To completely quit the Client, right-click its icon in the Windows systray and select **Quit**. This action is only available if [Developer Mode](#developer-mode) is enabled. Alternatively, the Workstation Client process can always be stopped via Windows Task Manager.
157
157
158
158
## Advanced Configurations
159
159
@@ -204,7 +204,7 @@ All members except for the Workspace owner can leave a workspace.
204
204
205
205
### Advanced Station Settings
206
206
207
-
#### Station Developer Mode
207
+
#### Station Developer Mode {#developer-mode}
208
208
209
209
Developer mode can be configured on a **Station** page by toggling **Enable Developer Mode**.
210
210
@@ -224,11 +224,11 @@ Card reader devices cannot be configured as separate devices in the **Devices**
224
224
225
225
Auto detecting card readers is enabled by default. This setting can be configured on a **Station** page by toggling **Detect Card Readers**.
226
226
227
-
Refer to [Message Syntax - Card Readers](mendix-workstation/device-syntax/#card-readers) for a more in-depth explaination how to communicate with card readers.
227
+
Refer to [Message Syntax - Card Readers](/mendix-workstation/device-syntax/#card-readers) for a more in-depth explaination how to communicate with card readers.
228
228
229
229
##### File Device
230
230
231
-
This section explains the configuration of a file device. Refer to [Message Syntax - File Device](mendix-workstation/device-syntax/#file-device) for a more in-depth explaination how to communicate with file devices.
231
+
This section explains the configuration of a file device. Refer to [Message Syntax - File Device](/mendix-workstation/device-syntax/#file-device) for a more in-depth explaination how to communicate with file devices.
232
232
233
233
###### Allowed Folder Configuration
234
234
@@ -257,4 +257,4 @@ The administrator can choose to allow either one or a combination of the followi
257
257
258
258
Simply add Bluetooth LE (BLE) devices that use the ATT protocol by entering the exact device name as displayed in your OS' device manager
259
259
260
-
Refer to [Message Syntax - Bluetooth](mendix-workstation/device-syntax/#bluetooth) for a more in-depth explaination how to communicate with bluetooth devices.
260
+
Refer to [Message Syntax - Bluetooth](/mendix-workstation/device-syntax/#bluetooth) for a more in-depth explaination how to communicate with bluetooth devices.
Copy file name to clipboardExpand all lines: content/en/docs/workstation/wks-message-syntax.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ weight: 40
10
10
11
11
To enable Mendix Workstation Client to communicate with your devices, you must ensure that the messages you send have the correct syntax. This syntax varies depending on the type of device. The following sections show the required syntax for file system, smart card, and Bluetooth devices.
12
12
13
-
## Bluetooth
13
+
## Bluetooth {#bluetooth}
14
14
15
15
This device type requires the following message and response:
16
16
@@ -25,7 +25,7 @@ This device type requires the following message and response:
25
25
26
26
*`CharacteristicUUID#Response`
27
27
28
-
## File Device
28
+
## File Device {#file-device}
29
29
30
30
This device type requires the following message and response:
31
31
@@ -64,7 +64,7 @@ The section below shows a sample test that you can run to verify the configurati
64
64
7. Go to *C:\MyTestFolder* and verify that it contains the text file.
65
65
8. Open the test file and verify that it contains the text *Hello from Mendix*.
66
66
67
-
## Card Readers
67
+
## Card Readers {card-readers}
68
68
69
69
This device type requires the following message and response:
0 commit comments