Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 651 Bytes

File metadata and controls

15 lines (10 loc) · 651 Bytes

Arduino Socket Controller

Overview

A TCP/IP server that sends commands to an Arduino board that parses the command using a serial port connection.

Schematic

Image of Arduino Socket Controller

Tools Used

A serial port interface that can be remotely operated via a socket connection.

This interface uses the Winsock library for C++ to handle client-server communications while using the .NET library to handle I/O on the serial ports.