编辑器/功能拓展 Ardity Arduino + Unity communication made easy 1.1.0

1.jpg 8aa00c16-a958-474a-94f0-2d2fc640.jpg c12e5151-c39f-4ac1-8a64-83f3aba3.jpg

How does it work?
You need to add one of Ardity's prefabs to your scene, you configure it with the COM port your Arduino is hooked to, and tweak other config options if you want.
This prefab will do all the thread management, queue synchronization and exception handling for you. It's that easy.

There are several included scenes that show how to read/write data from/to a serial device, so you can start from the samples.

How simple is it to get it working?
Ardity supports two ways of getting data out of your Arduino:
* You can create a message listener, and Ardity will invoke its OnMessageArrived method each time a message comes from Arduino.
* It can put every message coming from Arduino into a queue, and you can retrieve the next message from the queue by invoking the SerialController.ReadSerialMessage() method.

Other features include:
* Using your own custom delimiters for the messages. Defaults to the newline character `\n`.
* Notifying of connect/disconnect events.

2022-8-28 10:27 上传
文件大小:
未知
下载次数:
0
Ardity Arduino + Unity communication made easy 1.1.0
本地下载 提取码: kcvx

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册