Contents
Display Legacy Contents

 Print
    Serial Open  
Opens a serial port.

Parameters

Serial Port <unquoted string>

The name of the port that user wants to open. Typically its a Com Port, and user could choose from pre-defined Com Ports from Com0 to Com13. It's also possible defined a port dynamically by choosing option dynamic for this parameter.
In Win32 (Desktop/Mobile/CE) if this value is negative it will refer to a LPT port.
In Android it DeviceString is not specified it will try to find a port on the system with a number matching this specified number, but in you should always use DeviceString parameter in Android.
    
Baud Rate <numeric>

The baud rate for the serial port that user wants to open. There are several pre-defined values for this parameter. For more information, see the notes.
   
Data Bits <unquoted string>

The number of data bits transmitted throw the serial port. The possible values for this parameter are: 7 bits, 8 bits or dynamic.
   
Stop Bits <unquoted string>

The number of stop bits in the serial port. The possible values for this parameter are: 1 bit, 2 bits or dynamic.
   
Parity <unquoted string>

The parity of bits in the serial port. The possible values for this parameter are: None, Even, Odd or dynamic.
   
Timeout <numeric>

The timeout in miliseconds defined for this serial port.
   
Tries <numeric>

The number of tries defined for this serial port.
   
Device String <string>

The name of the device string specifying the serial port to open. Leave empty for system default in Windows.
For example "BT1:" in Windows or "/dev/ttyS1" in Android.

     
  • The pre-defined values for the Baud Rate are: 110, 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 38400, 56000, 57600, 115200 and 128000.
  • If Device String value is specified, the actual number in Serial Port is ignored to open the port, but you must specify the same Serial Port in subsequent Serial ... actions called to use the same port opened in this action.


See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Activate Connection
Is Connection Active
Deactivate Connection
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Connect
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
Web Service Run
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Value
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Connect
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Client ID
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get Cell Tower Info
Samples

 
 
Updated: 3/22/2018 3:32 PM