Minor Update:
- Complete LogCore functions - Implement ShowOutput() in Port and Socket functions
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
// redA Libraries
|
||||
#include "PortCore.h"
|
||||
#include "TimingCore.h"
|
||||
#include "LogCore.h"
|
||||
|
||||
// Standard C/C++ Libraries
|
||||
#include <stdio.h>
|
||||
@@ -276,7 +277,7 @@ bool CPortCore::Maintain( int SocketHandle )
|
||||
{
|
||||
// Handle buffer as packet
|
||||
InBuffer[ InLen ] = 0;
|
||||
//ShowOutput( "Port", InBuffer, PortInLen, Duration );
|
||||
ShowOutput( "Port In", OUT_NORMAL|OUT_HEX, InBuffer, InLen );
|
||||
|
||||
// Write output to Port
|
||||
BytesWritten = 0;
|
||||
|
||||
Reference in New Issue
Block a user