iMX21 Serial driver under WinCE5.0
上传时间: 2014-01-19
上传用户:gtf1207
Linux Minicom Serial program
标签: Minicom program Serial Linux
上传时间: 2013-12-10
上传用户:685
MSP430 LCD编程代码12864 Parallel Driver 12864 Serial Driver
标签: Driver 12864 Parallel Serial
上传时间: 2016-10-04
上传用户:Ants
A port of the original STL to many platforms.可以配合多种编译器使用,特别是在使用intel编译器时可以很好的优化代码性能.
标签: platforms original intel port
上传时间: 2013-12-14
上传用户:fhzm5658
This program would work fine only with a specific flash tool through PC printer port under EPP mode.Program is capable of identifying flash chip manufacturer, device type, capacity,... It also allows user to dump flash data, edit/revise the content of flash chip on the Screen, and re-write them back to the chip.
标签: specific program printer through
上传时间: 2014-01-16
上传用户:ywqaxiwang
Realize the usbip function, which could be simulate usb port through net
标签: function simulate Realize through
上传时间: 2014-01-17
上传用户:GavinNeko
ARM9 2440 Serial 应用开发程式软件
上传时间: 2016-10-11
上传用户:一诺88
ARM9 2440 Serial 应用开发程式软件
上传时间: 2016-10-11
上传用户:561596
Universal Serial Bus Device Class Specification for Device Firmware Upgrade
标签: Device Specification Universal Firmware
上传时间: 2016-10-22
上传用户:671145514
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP。用户登录时通过类DatagramPacket和DatagramSocket创建UDP包括其本地接受端口以及发送端口,默认端口为5000和5001,通过取得的好友的IP地址来向好友发送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。当用户通过UDP收到消息后,可以通过DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。
标签: BufferedReader InetAddress PrintWriter Socket
上传时间: 2016-10-26
上传用户:familiarsmile