
![]() |
Serial_Control |
Controls the serial port with the specified name. The port needs to be opened first (see also Serial_Open).
Syntax
Serial_Control ( switches ; portname )
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
Serial_Control |
Controls the serial port with the specified name. The port needs to be opened first (see also Serial_Open).
Serial_Control ( switches ; portname )
![]() |
Serial_DataWasReceived |
Returns the name of the port when data was received on a serial port. Use this function to see if this is an event that needs to be handled.
Serial_DataWasReceived ( switches )
![]() |
Serial_Debug |
Use this function to troubleshoot the serial port and test scripting.
Serial_Debug ( switches )
![]() |
Serial_GetPortNames |
Returns the names of all serial ports that are available on the computer.
Serial_GetPortNames ( switches )
![]() |
Serial_Open |
Opens a serial port with this name and the specified parameters.
Serial_Open ( switches ; portname ; settings ; filename ; scriptname ;
matchstring )
![]() |
Serial_Receive |
Receives data from a serial port with the specified name. The port needs to be opened first (see Serial_Open). If no data is available an empty string is returned: “”.
Serial_Receive ( switches ; portname )
![]() |
Serial_Reinitialize |
Tell the plug-in to re-initialize itself and look which serial ports are available on the system now.
Serial_Reinitialize ( switches )
![]() |
Serial_Send |
Sends data to the serial port with the specified name. The port needs to be opened first (see also Serial_Open).
Serial_Send ( switches ; portname ; data )
![]() |
Serial_SetDispatchScript |
Sets the script to trigger when data is received. If you give an empty filename parameter “”, the dispatch script is removed.
Serial_SetDispatchScript ( switches ; portname ; filename ; scriptname ;
matchstring )
![]() |
Serial_TextToAsciiValue |
Converts text to one or more ASCII values.
Serial_TextToAsciiValue ( switches ; text { ; separator } )