搜索资源列表
bridge.cpp
- 模拟网桥转发帧的过程。模拟一台两端口的网桥。使用两个数据文件模拟网桥连接的两个局域网段上传输的帧,为了模拟帧传输,从第一个文件读取一个帧,然后从第二个文件读取一个帧,依此类推。对每个帧显示网桥是否会把帧的拷贝转发到其它局域网段,并给出传输结束后网桥中的转发表。
usbto232
- 采用atmel公司的mega8芯片设计的USB cdc类,实现usb接口与rs232接口数据的相互转发-Using Atmel
InfoProcess-51
- 支持电话拨号,当收到拨号呼叫可自动摘机,可用于电话机自动控制,便于人工通话,对话音数据进行处理和转发至计算机通信终端-Telephone dial-up support, upon receipt of a dial-up calls can be automatically picking machines, automatic control can be used for telephones, to facilitate manual calls for voice data proce
TransmitServer
- 将手机端的(KJAVA和BREW)HTTP请求转发给MAS平台,接收到MAS的响应后,又将这些数据转发给手机端。 可同时分发请求给多台MAS服务器。 -The phone side (KJAVA and BREW) HTTP requests are forwarded to the MAS platform, the response received after the MAS, in turn forwards the data to the mobile client. Requ
B_To_Hex
- 将二进制字符串表示成十六进制的一个函数,可以用于二进制数据采集,然后转换成串口能处理的十六进制数来转发-The binary string represented as a function of hex, binary data can be used to capture, then converted into the serial port can handle hexadecimal number to forward
PSoc4_UART_SPI_Slave_Interrupt
- PSoc4的SPI模块使用中断的方式接收数据(SPI工作在从机模式下),在中断中使用串口将接收到的数据转发出去,实现了一个SPI转串的简单验证工具。-PSoc4 the SPI module interrupt receiving data (SPI in slave mode), using the serial port of the received data in the interrupt forwarded to achieve a simple SPI transfer verif
服务器简单的聊天窗口
- 实现服务器转发多台客户端发送的数据到客户端(Implementing the server forwarding data sent by multiple clients to the client)