Added demo/mstpcap application for capturing MS/TP data from a serial port and saving it to PCAP format to mstp.cap file.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <iphlpapi.h>
|
||||
#endif
|
||||
#include <winsock2.h>
|
||||
#include <sys/timeb.h>
|
||||
|
||||
#define close closesocket
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin\Debug\rx_fsm" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="rx_fsm" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Debug\" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
@@ -19,7 +19,7 @@
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin\Release\rx_fsm" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="rx_fsm" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj\Release\" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
|
||||
Reference in New Issue
Block a user