Serial_GetUSBInfo |
Get USB information (if available) of the serial port with the specified name.
Syntax
Serial_GetUSBInfo ( switches ; portname )
Beep for Serial Data |
Use this function to troubleshoot the serial port and test scripting.
Syntax
Beep for Serial Data [ Data beep: On/Off ]
Close Serial Port |
Closes a serial port with the specified name.
Syntax
Close Serial Port [ Select ; Result (error) ; Port name ]
Open Serial Port |
Opens a serial port with this name and the specified parameters.
Syntax
Open Serial Port [ Select ; Result (error) ; Port name ; Settings ;
File name ; Script name ; Resume paused script ;
No idle wait time ; Match string ]
Receive Serial Data |
Receives data from a serial port with the specified name.
Syntax
Receive Serial Data [ Select ; Result (error) ; Port name ; Encoding ;
Get last match ; Switches ]
Reinitialize Serial Plug-in |
Tell the plug-in to re-initialize itself and look which serial ports are available on the system now.
Syntax
Reinitialize Serial Plug-in [ Select ; Result (error) ]
Send Serial Data |
Sends data to the serial port with the specified name. The port needs to be opened first (see also Open Serial Port).
Syntax
Send Serial Data [ Select ; Result (error) ; Port name ; Data to send ]
Set Serial Trigger Script |
Sets the script to trigger when data is received. If you give an empty filename parameter “”, the trigger script is removed.
Syntax
Set Serial Trigger Script [ Select ; Result (error) ; Port name ;
File name ; Script name ; Match string ]
Suspend/Resume Serial Port |
Suspends or resumes the serial port with the specified name. The port needs to be opened first.
Syntax
Suspend/Resume Serial Port [ Select ; Result (error) ; Action ; Portname ]