
![]() |
Serial_Version |
Use this function to see which version of the plug-in is loaded.
Note: This function is also used to register the plug-in.
Syntax
Serial_Version ( switches )
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
Serial_Version |
Use this function to see which version of the plug-in is loaded.
Note: This function is also used to register the plug-in.
Serial_Version ( switches )
![]() |
Serial_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
Serial_VersionAutoUpdate
![]() |
Beep for Serial Data |
Use this function to troubleshoot the serial port and test scripting.
Beep for Serial Data [ Data beep: On/Off ]
![]() |
Close Serial Port |
Closes a serial port with the specified name.
Close Serial Port [ Select ; Result (error) ; Port name ]
![]() |
Open Serial Port |
Opens a serial port with this name and the specified parameters.
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.
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.
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).
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.
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.
Suspend/Resume Serial Port [ Select ; Result (error) ; Action ; Portname ]