PHP Classes
elePHPant
Icontem

php serial

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 54       Packages icon Packages (9)   Discussions icon Discussions (1)   Packages icon Forums icon Package forums (44)  
PHP Serial Support forum php_serial Communicate with a serial port   This class can be used to communicate with a serial port under Linux or Windows. It takes the path (like "/dev/ttyS0" for linux or "COM1" for windows) of serial device and checks whether it is valid before opening a connection to ...
Serial Support forum serial-numbers Generate serial numbers   This class can generate serial numbers. It is an improved version of the License Management class originally written by Payam Khaninejad. This version improves the logic of generated serial numbers to make them harder to be guessed. Screenshot ...
License management class Support forum license-management Generate and validate license serial numbers   This class can be used to generate and validate license serial numbers. It can generate serial number string based on the current user IP, host name, site name, and a given number. The class can ...
Citizen C2202-PD Control Class Support forum c2202_pd Control Citizen C2202-PD customer displays   This class can be used to control Citizen C2202-PD customer displays. It uses a serial port connection to send several types of controls that change the display messages. It can: - Change the display ...
Automatic Priority Setting Support forum priority Update priority records in a MySQL database table   This class can update priority records in a MySQL database table. It can execute queries for updating or deleting records in a given MySQL database table for priority entries for a given serial number ...
Check Active Comm-Ports Class Support forum checkactivecommports Retrieve the list of active COM ports on Windows   This class can be used to retrieve the list of active COM ports on Windows. It uses the mode command to retrieve the list of active communication ports. The list of active ports is returned ...
aFiles Support forum afiles Manipulate files and folders   This class can be used to perform several general purpose operations to manipulate files and folders. It can: - List the files and the folders in a directory with recursive option - Create files with a given content string - Read the contents ...
floMessages Support forum flomessages Generate random texts from multiple message lists   This is a simple class that can be used to generate random text messages. It provides means to build multiple lists of text messages. Then it can pick a random message from on of the lists that was built. It ...
PHP GPS Locator Support forum phpgpslocator Retrieve data from GPS receivers using NMEA 0183   This class can be used to retrieve information from GPS receivers using the NMEA 0183 protocol to obtain GPS information. NMEAParser is written to allow the interaction between a laptop, a Bluetooth GPS ...