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.