We’re implementing a solution requiring a virtual COM port (Real TTY mode) using the MOXA NPort Real TTY Driver on WAGO PFC200 controllers.
However, during the driver installation (following MOXA’s documentation), we encountered an error:
ERROR:
*ERROR
Unable to locate matching source for kernel 5.10.21-rt34w03.01.02.
Please install proper kernel-header/source “first”
System Details:
Kernel version: 5.10.21-rt34w03.01.02
Processor Architecture: ARMv7 (armv7l)
Host Name: PFC200V3-4988AC
Firmware: E!COCKPIT – FW22
The MOXA NPort driver is compatible with ARM architecture and our kernel version.
I also found a firmware update for WAGO PFC200 on their GitHub - WAGO/pfc-firmware-sdk-G2: Firmware SDK for PFC200-G2 family
Questions:
Can WAGO provide the appropriate kernel headers/source for this kernel version?
Does the firmware update from the WAGO GitHub repository include the necessary kernel headers?
If yes, can you share detailed steps for updating the firmware? We’ve faced PTX-related errors during our attempts.
Goal:
We aim to connect the WAGO controller to a MOXA NPort 5200A Series device, create a virtual COM port in Real TTY mode, and pass this port into a Docker container (Node-RED) for further communication. This setup will be replicated across 10–15 controllers.
Link to the MOXA device: NPort 5200A Series - General Device Servers | MOXA
Thank you in advance for your assistance!