From 70ceae396cacb515db2a3d2c354a91c7bbf70448 Mon Sep 17 00:00:00 2001 From: Felix Deimel Date: Thu, 30 Nov 2023 09:35:09 +0100 Subject: [PATCH] Re-commit changes from PR #98 https://github.com/royalapplications/toolbox/pull/98 --- ... Devices (PowerShell - Windows & Mac).rdfx | 120 +++++++----------- 1 file changed, 46 insertions(+), 74 deletions(-) diff --git a/Dynamic Folder/Attached Serial Devices/Attached Serial Devices (PowerShell - Windows & Mac).rdfx b/Dynamic Folder/Attached Serial Devices/Attached Serial Devices (PowerShell - Windows & Mac).rdfx index 6725a2d..1510a9e 100644 --- a/Dynamic Folder/Attached Serial Devices/Attached Serial Devices (PowerShell - Windows & Mac).rdfx +++ b/Dynamic Folder/Attached Serial Devices/Attached Serial Devices (PowerShell - Windows & Mac).rdfx @@ -4,76 +4,43 @@ DynamicFolder Attached Serial Devices - Version 2.2. Compatible with Windows or Mac. This script utilizes PowerShell to generate a list of available serial devices, along with RTS Custom Properties defining speeds and framing settings, to generate a set of Terminal connections for each combination of port/speed/framing. - - - -

Attached Serial Devices Dynamic Folder

- -

This script utilizes PowerShell to generate a list of available serial devices, along with RTS Custom Properties defining speeds and framing settings, to generate a set of Terminal connections for each combination of port/speed/framing.

- -

The resulting folder structure will look something like the following:

- -

Attached Serial Devices

- -

|-- USB Serial Device (COM12)

- -

|   |-- COM12 9600 8N1

- -

|   |-- COM12 9600 7E1

- -

|   |-- COM12 19200 8N1

- -

|   `-- COM12 19200 7E1

- -

`-- USB-SERIAL CH340 (COM34)

- -

    |-- COM34 9600 8N1

- -

    |-- COM34 9600 7E1

- -

    |-- COM34 19200 8N1

- -

    `-- COM34 19200 7E1

- -

Requirements

- -

Installation of PowerShell for Mac OS.

- -

Setting the exection policy of PowerShell to Remote Signed for Windows.

- -

Custom Properties

- -

Port Speeds

- -

This field must contain comma-separated list of serial port speeds in numeric format.

- -
    -
  • Example 1: 9600
  • -
  • Example 2: 9600,19200,115200
  • -
- -

Frame Settings

- -

This field must contain comma-separated list of serial port framing standards (8N1, 7E1, etc) in alphanumeric format, and each entry must be in double quotes.

- -
    -
  • Example 1: "8N1"
  • -
  • Example 2: "8N1","7E1"
  • -
- -

 

+ Version 2.3. Compatible with Windows or Mac (PowerShell must be installed). This script utilizes PowerShell to generate a list of available serial devices, along with RTS Custom Properties defining speeds and framing settings, to generate a set of Terminal connections for each combination of port/speed/framing. + + + + + + + + +

+ Attached Serial Devices Dynamic Folder

+

This script utilizes PowerShell to generate a list of available serial devices, along with RTS Custom Properties defining speeds and framing settings, to generate a set of Terminal connections for each combination of port/speed/framing.

The resulting folder structure will look something like the following:

Attached Serial Devices

|-- USB Serial Device (COM12)

|   |-- COM12 9600 8N1

|   |-- COM12 9600 7E1

|   |-- COM12 19200 8N1

|   `-- COM12 19200 7E1

`-- USB-SERIAL CH340 (COM34)

    |-- COM34 9600 8N1

    |-- COM34 9600 7E1

    |-- COM34 19200 8N1

    `-- COM34 19200 7E1

+ Requirements

+

Installation of PowerShell for Mac OS.

Setting the execution policy of PowerShell to Remote Signed for Windows.

+ Custom Properties

+

+ Port Speeds

+

This field must contain comma-separated list of serial port speeds in numeric format.

    +
  • Example 1: 9600
  • Example 2: 9600,19200,115200
+

+ Frame Settings

+

This field must contain comma-separated list of serial port framing standards (8N1, 7E1, etc) in alphanumeric format, and each entry must be in double quotes.

    +
  • Example 1: "8N1"
  • Example 2: "8N1","7E1"
+

 

+ ]]>
@@ -89,7 +56,7 @@ powershell