Handle serial port communication in Lumper using SLIP protocol.
The idea here is to create a first version with basic usage.
We want to send filename and file content for each file
Moreover, inputs should be passed as files in the same way and the commands to execute should be given then.
The command to execute should provide the input file from where the code should read. example : "cargo run < input.txt"