Ga naar inhoud

Doorzoek de community

Toon resultaten voor tags 'rs232'.

  • Zoek op tags

    Typ tags, gescheiden door komma's
  • Zoek op auteur

Inhoudstype


Forums

  • FileMaker
    • FileMakerCafé
    • FileMaker 20(23)
    • FileMaker Pro 19
    • FileMaker Pro 18 Advanced
    • FileMaker Go
    • Web
    • Plug-ins & Tools
    • XML import/export
    • Documentatie
    • Tips & Truuks
    • FileMaker Pro 17 Advanced
    • FileMaker 16
    • FileMaker 15
    • Archief
    • Off Topic

Zoek resultaten in...

Zoek resultaten die het volgende bevatten...


Datum aangemaakt

  • Start

    Einde


Laatst geüpdate

  • Start

    Einde


Filter op aantal...

Registratiedatum

  • Start

    Einde


Groep


FMSummit(s)


FBA


FileMaker Certificatie

3 resultaten gevonden

  1. Serial port communication plug-in updated for FileMaker Pro 2023. Lienden, the Netherlands, July 17, 2023–Troi today announced the immediate availability of Troi Serial Plug-in 8.0 for Claris FileMaker Pro 2023. What is Troi Serial Plug-in? Troi Serial Plug-in gives FileMaker Pro easy and powerful access to external devices with a serial interface: read from and write to the (virtual) serial ports of the computer directly from FileMaker Pro without the need of a separate application native FileMaker script triggering, to get incoming data into the database “Suspend/Resume Serial Port” script step to temporarily suspend the incoming data stream and resume it when you are interested in the data “Wait for Match” function to wait for a specific text before triggering the possibility to open an unlimited number of serial ports and to trigger different scripts for different ports What is new in version 8.0? Troi Serial Plug-in 8.0 has the following changes: Improved compatibility Tested and made compatible with Claris FileMaker Pro 2023 (FileMaker Pro 20.1.2). Tested and made compatible with Claris FileMaker Pro 19 up to Claris FileMaker Pro 19.6.3. Tested and made compatible with Claris Pro 40.2.1. Tested and made compatible with macOS 13 (Ventura). Tested and made compatible with Windows 11, including Windows 11 version 22H2 (September 20, 2022). New functionality and improvements Added new Serial_GetUSBInfo function. A serial port can be implemented as virtual port on top of a USB port. When this is the case this function returns information about the USB port hardware, like the USB vendor ID, vendor name, USB Product name and USB Serial number. To get a single item as a result you can use these switches: -USBVendorName -USBProductName -USBSerialNumber -USBVendorID -USBProductID Improved the Serial_SetDirectInsert function: the plug-in now also can insert data where the filename parameter contains a period in the name and the (.fmp12) extension was not included (Note that the FileMaker function “Get(Filename)” will not include the extension).For example if the filename parameter given is “Collector1.0” the plug-in now adds the .fmp12 extension, resulting in “Collector1.0.fmp12”. Improved script triggering when data is received: the plug-in now also triggers scripts where the filename parameter contains a period in the name and the (.fmp12) extension was not included.For example if the filename parameter given is “Terminal1.0” the plug-in now adds the .fmp12 extension, resulting in “Terminal1.0.fmp12”. (macOS) Fixed a problem on macOS 12 (Monterey) and FileMaker Pro 19.4, where the plug-in would not show the plug-in icon in the flash dialog. Startup Registration Log Improved the EasyInstallTroiPlugins.fmp12 example file (v1.8.6): added a script which adds the Startup Registration Log to the log field. This will get a text log of the startup registration process of the plug-in. Added an example script “Get Startup Registration Log of the plug-in” to Version.fmp12, which gets the text log of the startup registration of the plug-in. Added switch “-GetStartupRegistrationLog” to the Serial_Version function. This will return a text log of the plug-in’s registration process at startup time of FileMaker Pro. When you have problems registering the plug-in, you can see if the payment certificate was found and if a valid registration code was found. Improved security, other changes and bug fixes Improved the code in several places and made it more secure. (macOS) Modernized the code and removed dependency on legacy Carbon code in several places. IMPORTANT The minimum supported OS versions are macOS 10.14 (Mojave) and Windows 10. (macOS) Fixed a bug in the Serial_AsciiValueToText function when using the switch -Encoding=ASCII_Windows. The plug-in no longer crashes when you use values that are undefined for this encoding. The undefined values for this encoding (see Windows-1252 codepage wiki) are 0x81, 0x8D, 0x8F, 0x90 and 0x9D (decimal: 129, 141, 143, 144 and 157). For compatibility with the plug-in running on Windows these values will now be added with the same values as a Unicode character. Fixed several bugs, modernized the code in several places and made further improvements. Pricing & Availability A fully functional demo version of Troi Serial Plug-in 8.0 is available on the Serial Plug-in page. A cross platform developer license costs US$ 999. Details can be found on the Serial Plug-in page. You can order licenses there or from our shop. Upgrade information Version 8.0 uses a new v8 registration code. The upgrade is free for users who bought a license for Troi Serial Plug-in on or after July 1, 2022. Eligible users will be sent a new v8 registration. Contact us if you have not received yours after July 17, 2023. Upgrades from a cross platform developer license bought before July 1, 2022 are available for US$ 439. You can order upgrades from the Serial Plug-in page or from our store.
  2. Serial port plug-in updated for FileMaker 19 Lienden, the Netherlands, May 5, 2021–Troi today announced the immediate availability of Troi Serial Plug-in 7.0 for Claris FileMaker Pro 19. What is Troi Serial Plug-in? Troi Serial Plug-in gives FileMaker Pro easy and powerful access to external devices with a serial interface: read from and write to the (virtual) serial ports of the computer directly from FileMaker Pro without the need of a separate application native FileMaker script triggering, to get incoming data into the database “Suspend/Resume Serial Port” script step to temporarily suspend the incoming data stream and resume it when you are interested in the data “Wait for Match” function to wait for a specific text before triggering the possibility to open an unlimited number of serial ports and to trigger different scripts for different ports What is new in version 7.0? Troi Serial Plug-in 7.0 has the following changes: Improved compatibility Tested and made compatible with Claris FileMaker Pro 19, up to and including FileMaker Pro 19.2. Tested and made compatible with macOS 11.0 (Big Sur). Tested and made compatible with Windows 10 version 20H2 (October 2020 Update) and Windows 10 version 2004 (May 2020 Update). New function and functionality Added new Serial_DelayMilliSeconds function, which will wait for the specified number of milliseconds. (macOS) Prepared the plug-in for Apple Silicon: made the plug-in a universal binary by adding code for the arm64 architecture of macOS. Added new switch to the Serial_SetDirectInsert function: -ConvertBytesToNumbers. When data is directly inserted into the database all received bytes are first converted to their numeric value. The plug-in will for example insert “65 66 67 “, which would be Unicode “ABC”. Note that each number is followed by a space, as separator, also after the last number. (macOS) If the plug-in can’t load a bundle at start-up, the plug-in will now write a detailed error to the system.log. See the Console.app in this case (search for FileMaker in the system.log). (macOS) Improved compatibility when running FileMaker Pro 19 in dark mode, the flash dialog is now more visible. Improved the EasyInstallTroiPlugins.fmp12 example file: updated the plug-in install scripts to be compatible with Apple Silicon. These scripts now also give more detailed instructions. Small cosmetic improvement of the Regifunc.fmp12 example. Other changes and bugfixes Fixed a memory leak in the Receive Serial Data script step and the Serial_Receive function. IMPORTANT The minimum supported FileMaker version is now FileMaker Pro 16. Also the minimum supported macOS version is now OS X 10.12 (Sierra), and Windows 8. You can keep using v6.0 for older versions of FileMaker Pro, Windows or Mac OS X. Fixed several bugs, modernized the code in several places and made further improvements. Pricing & Availability A fully functional demo version of Troi Serial Plug-in 7.0 is available on the Serial Plug-in page. A cross platform developer license costs US$ 999. Details can be found on the Serial Plug-in page. You can order licenses there or from our shop. Upgrade information Version 7.0 uses a new v7 registration code. The upgrade is free for users who bought a license for Troi Serial Plug-in on or after September 4, 2019. Eligible users will be sent a new v7 registration. Contact us if you have not received yours after May 7, 2021. Upgrades from a cross platform developer license bought before September 4, 2019 are available for US$ 399. You can order upgrades from the Serial Plug-in page or from our shop.
  3. Serial port plug-in updated for FileMaker 18 Alphen aan den Rijn, the Netherlands, September 4, 2019–Troi today announced the immediate availability of Troi Serial Plug-in 6.0 for FileMaker Pro 18. Peter Baanen, company president, states: “With the rise of the Internet of Things it’s amazing that the Serial Port Interface is still used in a lot of hardware or virtually over USB. We are proud to make connecting FileMaker Pro to the serial world even easier.” What is Troi Serial Plug-in? Troi Serial Plug-in gives FileMaker Pro easy and powerful access to external devices with a serial interface: read from and write to the (virtual) serial ports of the computer directly from FileMaker Pro without the need of a separate application native FileMaker script triggering, to get incoming data into the database “Suspend/Resume Serial Port” script step to temporarily suspend the incoming data stream and resume it when you are interested in the data “Wait for Match” function to wait for a specific text before triggering the possibility to open an unlimited number of serial ports and to trigger different scripts for different ports What is new in version 6.0? Troi Serial Plug-in 6.0 has the following changes: Tested and made compatible with FileMaker Pro 18 and FileMaker Pro 17.0.7. Improved the Open Serial Port script step and the Serial_Open function. You can now easily specify a match string as an optional parameter. In that case the plug-in will wait to trigger a script until the incoming data contains the match string. Added an extra Switches parameter to the Receive Serial Data script step, allowing to specify advanced switches. Significantly improved the Terminal.fmp12 example file, it is now optimized for FileMaker Pro 16 to 18 and demonstrates the more advanced features of Troi Serial Plug-in 6. (macOS) Improved the Open Serial Port script step and the Serial_Open function: when reopening the port existing data still in the buffer of the operating system is now flushed. This prevents receiving stale data. Troi Serial Plug-in 6.0 also has the following improvements: Renamed the “Set Serial Dispatch Script” step to Set Serial Trigger Script. Fixed a possible crash when shutting down the plug-in or disabling it in the preferences, which could sometimes occur if you had several serial ports still open when stopping FileMaker Pro. (macOS) Fixed a potential memory leak in the Open Serial Port script step and the Serial_Open function. Also improved the Serial_Open function: when a serial port is in use the plug-in now returns the expected error code $$-97 (portInUse) instead of $$16. Fixed a possible crash in the Receive Serial Data script step with the parameter Encoding set to UTF-8: when receiving data which contains an invalid UTF-8 character sequence the plug-in no longer crashes, but will now indicate the invalid UTF-8 characters with the string <INVALID UTF8>. Modernized the Regifunc.fmp12 and EasyInstallTroiPlugins.fmp12 example files. More detailed information on all changes and improvements implemented in Troi Serial Plug-in 6.0 can be found on the Serial Plug-in page. Pricing & Availability A fully functional demo version of Troi Serial Plug-in 6.0 is available on the Serial Plug-in page. A cross platform developer license costs US$ 999. Details can be found on the Serial Plug-in page. You can order licenses there or from our shop. Upgrade information Version 6.0 uses a new v6 registration code. The upgrade is free for users who bought a license for Troi Serial Plug-in on or after August 6, 2018. Eligible users will be sent a new v6 registration. Contact us if you have not received yours after September 5, 2019. Upgrades from a cross platform developer license bought before August 6, 2018 are available from US$ 399. You can order upgrades from the Serial Plug-in page or from our shop.
×
×
  • Nieuwe aanmaken...