Skip to content

Team-ROUS/GDSercomm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSercomm

GDNative Serial port communication

Dependencies:

Contents:

Available functions:

  • open(port,baudrate,timeout,bytesz,parity, stop_byte)

  • (string) read()

  • (int) read(true) (Read raw value)

  • write(string)

  • get_available()

  • flush(queue)

  • list_ports()

  • close()

You can get extra info of a function using get_documentation(function_name) if you have a godot editor with nativescript1.1 support.

Building (Mac OS only):

Run:

make

The result library will be built to bin/libGDSercomm.dylib

About

GDNative Serial port communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.1%
  • Python 11.7%
  • Makefile 6.2%