[Test] public void SimpleInstance() { HartCommunicationLite communication = new HartCommunicationLite("COM1"); }
[Test] public void SimpleInstance() { int maxRetries = 4; HartCommunicationLite communication = new HartCommunicationLite("COM1", maxRetries); }