Működik a Soros Portod?
Click Connect to detect and communicate with serial port devices — Arduino, microcontrollers, GPS receivers, and more — all directly in your browser.
This tool uses the Web Serial API to connect to serial port devices, verify the connection, and optionally send and receive data. It tests whether your serial port hardware and drivers are functioning correctly.
The Web Serial API (Chrome 89+) supports baud rates from 300 to 4,000,000, covering everything from legacy RS-232 devices at 9600 baud to modern high-speed microcontrollers.
Mit Jelentenek az Eredményeid?
| Result | Range | Meaning |
|---|---|---|
| Jó | Device connected and data flowing | Your serial port is working correctly. The device is recognized, the connection is established, and data can be sent and received. |
| Figyelmeztetés | Device detected but no data or garbled output | The connection works but communication may have wrong settings. Check baud rate, data bits, stop bits, and parity match your device's configuration. |
| Rossz | No serial ports detected or connection fails | The Web Serial API may be unsupported (requires Chrome/Edge), the device driver is missing, or no serial device is connected. |
Gyakori Problémák és Megoldások
Browser shows 'Web Serial API is not supported'
Web Serial requires Chrome 89+, Edge 89+, or Opera 75+. Safari and Firefox do not support it. Ensure you are using HTTPS or localhost, as the API is not available on insecure HTTP pages.
Device is plugged in but not listed in the connection prompt
Check that the correct drivers are installed (e.g., CH340, FTDI, CP2102 for common USB-to-serial chips). On macOS, you may need to approve the driver in System Settings > Privacy & Security. Try a different USB cable or port.