serial port api
1.0.0
Serial Port API is an ASP.NET Web API built with .NET Framework 4.8, designed to communicate with serial ports on a machine. This API can be installed on an IIS server and allows external applications to interact with the host machine's serial port through HTTP endpoints. It provides functionality to read from, write to, and retrieve available serial ports, enabling easy serial communication over the network.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/ilia-public-projects/serial-port-api.git
cd serial-port-api
Build the Project: Open the solution in Visual Studio and build the project.
Configure IIS:
Run the API: Once configured, the API will be available via the IIS server, and you can start interacting with the serial ports over HTTP.