Refactor iPerl communication system: - Consolidate redundant OptoHead methods. - Introduce new utilities for diagnostic LED state handling and volume unit conversions. - Improve FIFO logic in flow direction detection with enhanced regression calculation. - Add enhanced debugging and logging within communication layers (`SerialDriver` and `RadioService`). - Update communication protocols for improved response handling and configuration management. - Replace raw volume with meaningful unit-based values (`RawVolume1to4`).
10 lines
146 B
C#
10 lines
146 B
C#
using log4net;
|
|
|
|
namespace TBF.Rig.TestMethods.iPerlCommunication.communication
|
|
{
|
|
public class OpthoHeadService
|
|
{
|
|
|
|
|
|
}
|
|
} |