Trigger Serial Test Script |
Use this script step to troubleshoot the serial port and test scripting.
Syntax
Trigger Serial Test Script [ Select ; Result (error) ; Test data to send ]
Trigger Serial Test Script |
Use this script step to troubleshoot the serial port and test scripting.
Trigger Serial Test Script [ Select ; Result (error) ; Test data to send ]
Our serial port plug-in that gives FileMaker Pro easy and powerful access to external devices with a serial interface was updated today.
Continue Reading
Troi Serial Plug-in gives FileMaker Pro easy and powerful access to external devices with a serial interface Continue Reading
Assume you have an external serial device connected to a (virtual) serial port on your computer. You can use a serial-USB adapter to connect to a USB port on your computer, which will then act as a virtual serial port.
To receive data from this device, first open the (virtual) serial port on your computer using the Serial_Open function. Add this script step to a ScriptMaker script:
Set Variable[ $ErrorCode; Serial_Open( "-Unused"; "COM1"; ) ]
This will open the COM1 port.
Continue Reading