Tagged articles
15 articles
Page 1 of 1
php Courses
php Courses
Dec 24, 2025 · Backend Development

How to Send MIDI Messages from PHP via Serial Port – A Step-by-Step Guide

This article explains the basics of the MIDI protocol and demonstrates how to use PHP’s serial communication extension to open a serial port, configure it for MIDI, send a Note On message, and close the connection, providing sample code and tips for extending the solution.

MIDIMusic TechnologyPHP
0 likes · 4 min read
How to Send MIDI Messages from PHP via Serial Port – A Step-by-Step Guide
php Courses
php Courses
Nov 19, 2025 · Backend Development

How to Send MIDI Messages from PHP: A Step‑by‑Step Guide

This tutorial explains the basics of the MIDI protocol and shows how to use PHP's serial communication extension to open a serial port, construct MIDI Note‑On messages, send them to a music device, and properly close the connection, with suggestions for extending the code.

MIDIMusic TechnologyPHP
0 likes · 4 min read
How to Send MIDI Messages from PHP: A Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Nov 16, 2025 · Fundamentals

Convert Serial Bytes to Float in Embedded C with Unions and Endianness

This article explains how to reconstruct a 32‑bit floating‑point value from four serial bytes in embedded C by using a union or struct overlay, demonstrates the code, shows the resulting little‑endian byte order, and provides a simple function to detect system endianness.

CSerial CommunicationUNION
0 likes · 5 min read
Convert Serial Bytes to Float in Embedded C with Unions and Endianness
php Courses
php Courses
Oct 14, 2024 · Backend Development

Using PHP to Communicate with MIDI Devices via Serial Port

This article introduces the basics of the MIDI protocol and demonstrates how to use PHP’s serial communication extension to send MIDI messages to musical devices, providing a complete code example and explanations of each step for developers interested in integrating music hardware with PHP applications.

Backend DevelopmentMIDIMusic Technology
0 likes · 4 min read
Using PHP to Communicate with MIDI Devices via Serial Port
Java Architecture Stack
Java Architecture Stack
Sep 27, 2024 · Industry Insights

How to Connect Java to Industrial Devices: Modbus, JNI, and Serial Port Solutions

This guide explains how Java can communicate with industrial hardware by using the Modbus protocol with jLibModbus, accessing low‑level registers via JNI, and employing serial‑port libraries such as JSerialComm or RXTX, providing step‑by‑step setup, code examples, dependency configuration, and practical considerations for reliable device integration.

Hardware integrationIndustrial IoTJNI
0 likes · 19 min read
How to Connect Java to Industrial Devices: Modbus, JNI, and Serial Port Solutions
php Courses
php Courses
Aug 23, 2024 · Backend Development

Communicating with MIDI Devices Using PHP and Serial Ports

This article explains the basics of the MIDI protocol and demonstrates how to use PHP's serial communication library to send MIDI messages to music hardware, providing a complete code example and guidance for extending the implementation.

MIDIMusic TechnologySerial Communication
0 likes · 4 min read
Communicating with MIDI Devices Using PHP and Serial Ports
php Courses
php Courses
Apr 12, 2024 · Backend Development

Communicating with MIDI Devices Using PHP

This article explains the basics of the MIDI protocol and demonstrates how to use PHP's serial communication extension to send MIDI messages to musical devices, providing a complete code example and guidance for extending the implementation.

Backend DevelopmentMIDIMusic Technology
0 likes · 4 min read
Communicating with MIDI Devices Using PHP
Liangxu Linux
Liangxu Linux
Jun 12, 2023 · Fundamentals

Mastering Serial Communication: From UART Basics to STM32 Implementation

This comprehensive guide explains serial communication fundamentals, covering UART/RS‑232/RS‑485 protocols, physical layer standards, baud‑rate calculations, data frame structures, duplex modes, and provides detailed STM32 configuration code for practical embedded development.

RS-232STM32Serial Communication
0 likes · 11 min read
Mastering Serial Communication: From UART Basics to STM32 Implementation
php Courses
php Courses
May 27, 2023 · Backend Development

Integrating Temperature, Light, and Infrared Sensors in PHP IoT Projects

This article explains how to connect and program temperature‑humidity, light, and infrared sensors in PHP‑based IoT projects, covering serial communication setup, Raspberry Pi GPIO handling, data parsing, and sample code for each sensor type.

Raspberry PiSensorsSerial Communication
0 likes · 7 min read
Integrating Temperature, Light, and Infrared Sensors in PHP IoT Projects
Liangxu Linux
Liangxu Linux
Feb 21, 2021 · Fundamentals

Mastering UART: From Hardware Basics to Linux Serial Driver Implementation

This article provides a comprehensive guide to UART technology, covering its hardware protocol, baud‑rate calculations, RS232/RS485 differences, flow‑control methods, the Linux TTY serial framework with key data structures, driver registration lifecycle, RS485 debugging modes, and a complete C example for configuring and using a serial port on Linux.

Device DriversFlow ControlRS485
0 likes · 38 min read
Mastering UART: From Hardware Basics to Linux Serial Driver Implementation
Qunar Tech Salon
Qunar Tech Salon
May 8, 2018 · Backend Development

Design and Implementation of Hotel Self‑Check‑in Kiosk Architecture

The article details the design, architecture, and operational workflow of hotel self‑check‑in kiosks, covering traditional and self‑service processes, Windows and Android implementations, card‑issuing hardware, ID scanner protocols, printer integration, hardware monitoring, and network deployment strategies for seamless guest check‑in and check‑out.

AndroidHardware integrationSerial Communication
0 likes · 11 min read
Design and Implementation of Hotel Self‑Check‑in Kiosk Architecture