Tag

serial communication

1 views collected around this technical thread.

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
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 TechnologyPHP
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
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.

IoTRaspberry Piinfrared
0 likes · 7 min read
Integrating Temperature, Light, and Infrared Sensors in PHP IoT Projects
Python Programming Learning Circle
Python Programming Learning Circle
Jan 3, 2020 · Backend Development

How to Plot Real-Time Serial Data in Python with PySerial & PyQtGraph

Learn step-by-step how to install pyserial, read and write serial data in Python, and use pyqtgraph with threading to create a real-time waveform visualization, including code examples and tips for handling baud rates, timeouts, and data queues.

pyqtgraphreal-time plottingserial communication
0 likes · 11 min read
How to Plot Real-Time Serial Data in Python with PySerial & PyQtGraph
Architects' Tech Alliance
Architects' Tech Alliance
Nov 6, 2019 · Fundamentals

Understanding UART, RS-232, RS-422, and RS-485 Serial Communication Standards

This article explains the fundamentals of UART as a universal asynchronous receiver/transmitter, compares the electrical and protocol characteristics of RS-232, RS-422, and RS-485 standards, and discusses their performance, wiring, and application considerations in embedded and industrial systems.

Electrical StandardsHardware InterfaceRS-232
0 likes · 20 min read
Understanding UART, RS-232, RS-422, and RS-485 Serial Communication Standards
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 Integrationhotel automation
0 likes · 11 min read
Design and Implementation of Hotel Self‑Check‑in Kiosk Architecture