added com2tcp windows binary i386
[Biblio-RFID.git] / com2tcp-1.3.0.0-386 / ReadMe.txt
1                ====================================\r
2                COM port to TCP redirector (com2tcp)\r
3                ====================================\r
4 \r
5 INTRODUCTION\r
6 ============\r
7 \r
8 The COM port to TCP redirector is a Windows application and is a part\r
9 of the com0com project.\r
10 \r
11 In conjunction with the Null-modem emulator (com0com) the com2tcp\r
12 enables to use a COM port based applications to communicate with the\r
13 TCP/IP based applications. It also allows communication with a remote\r
14 serial port via the TCP/IP.\r
15 \r
16 The homepage for com0com project is http://com0com.sourceforge.net/.\r
17 \r
18 BUILDING\r
19 ========\r
20 \r
21 Start Microsoft Visual C++ 2005 with hub4com.vcproj file.\r
22 Set Active Configuration to "com2tcp - Win32 Release".\r
23 Build com2tcp.exe.\r
24 \r
25 EXAMPLE OF USAGE\r
26 ================\r
27 \r
28 You have old TERM95.EXE application from the Norton Commander 5.0 for\r
29 MS-DOS and you'd like to use it to communicate with your.telnet.server\r
30 telnet server. You can do so this way:\r
31 \r
32   1. With the com0com driver create a virtual COM port pair with\r
33      port names COM2 and CNCB0 (see com0com's ReadMe.txt for details).\r
34 \r
35   2. Start the com2tcp.exe on CNCB0 port. For example:\r
36 \r
37        com2tcp --telnet \\.\CNCB0 your.telnet.server telnet\r
38 \r
39   3. Start the TERM95.EXE on COM2 port.\r