URL
https://opencores.org/ocsvn/plasma/plasma/trunk
[/] [plasma/] [trunk/] [tools/] [etermip.c] - Diff between revs 386 and 401
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 386 |
Rev 401 |
Line 9... |
Line 9... |
* DESCRIPTION:
|
* DESCRIPTION:
|
* A terminal program supporting downloading new Plasma applications
|
* A terminal program supporting downloading new Plasma applications
|
* and Ethernet packet transfers. Based on WinPcap example code.
|
* and Ethernet packet transfers. Based on WinPcap example code.
|
* Requires WinPcap library at http://www.winpcap.org/.
|
* Requires WinPcap library at http://www.winpcap.org/.
|
*--------------------------------------------------------------------*/
|
*--------------------------------------------------------------------*/
|
|
#pragma warning(disable:4996) //kbhit(), getch()
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#undef UNICODE
|
#include <windows.h>
|
#include <windows.h>
|
#include <stdio.h>
|
#include <stdio.h>
|
#include <conio.h>
|
#include <conio.h>
|
|
|
//#define SIMULATE_PLASMA
|
//#define SIMULATE_PLASMA
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.