Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 609 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 609 Bytes

GE Concord Home Automation Interface

The interface for parsing and sending packets is in ge-rs232.c and ge-rs232.h. This file doesn't deal with things like opening the serial port or setting the baud rate. You must feed it bytes as you receive them on the wire and provide a callback function for sending data.

Links