-
-
Lesson14.rar
... 相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。
-
-
labview.rar
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software ...
-
spcomm.rar
... is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need ... this handler. If TAPI is used to open the comm port, some
// changes to this component are needed ( StartComm currently opens ...
-
-
-
I2C.rar
8051, receive from serial port write to AT24C64
-
-
123.rar
客户端服务器之间的通信!
TcpIp使用方法
在服务端运行tcp.exe,
在另一台与之在同一network的客户端上运行tcplnk.exe,
规定相同的port,
在服务端上begin,
在客户端上输入服务器的IP地址,connect,
客户端上编辑框中的字符便可send到客户端的编辑框中。
-
-