Serial Port Communication

Expose the serial port interface of the windows system to Blueprint and Unreal C++. And supports asynchronous execution

Category:
Tags: , , , , , , , , , ,

Description

This plugin first wraps the interface required for serial programming in windows environment and wraps the required structures.

It makes it conform to the Unreal programming standard from the type, and all the wrapped interfaces use the wrapped types.

The wrapped types also fully support interconversion with the original types.

This makes it possible to do serial programming in Unreal C++.

The second wrapping layer is another wrapping of this layer.

It implements serial communication in the blueprint. The required types are also wrapped twice.

Specially wrapped asynchronous operations to easily perform serial port asynchronous operations in Unreal Blueprint or C++.

To see all the wrapped types please check the documentation.

Join my Discord channel for support 

Send email to my email abc981140197@163.com to feedback questions and get support 

Technical Details

Code Modules:

Number of C++ Classes: 5

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation: Link the documentation

Supported Engine Versions

5.1 – 5.3