Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 343 Bytes

File metadata and controls

4 lines (4 loc) · 343 Bytes

This is respBerry Pi controller source code. Use respberry to control a step-motor and a pressure sensor, and communicate with a big machine through COM port. The server is wirtten with C, implementing a pthread-surpoort multi-threading server, also, pipe IO is used to help do cross-process communication. The Client is implemented with MFC.