serial library in c++ for godot
1
2
3
4
5
6
7
8
9
[gd_resource type="NativeScript" load_steps=2 format=2]

[ext_resource path="res://bin/gdserial.gdnlib" type="GDNativeLibrary" id=1]

[resource]

resource_name = "gdserial"
class_name = "GDSerial"
library = ExtResource( 1 )