社区
windows网络管理与配置
帖子详情
Come In ---->>>>>>Communications
Explorer04
2004-09-08 08:08:52
为了大家能方便的交流,为了大家的前途,我建议大家公布QQ号码和MSN号码,便于大家相互进行交流,不管你有几颗星或几颗角,其实大家都是一样的,只要都是做網絡的,既然有CSDN这个很好的交流地方,何不一起好好研究,好好学习呢?
我的是 msn ycchqtw_dgb@21cn.net
...全文
74
1
打赏
收藏
Come In ---->>>>>>Communications
为了大家能方便的交流,为了大家的前途,我建议大家公布QQ号码和MSN号码,便于大家相互进行交流,不管你有几颗星或几颗角,其实大家都是一样的,只要都是做網絡的,既然有CSDN这个很好的交流地方,何不一起好好研究,好好学习呢? 我的是 msn ycchqtw_dgb@21cn.net
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
treesman
2004-09-08
打赏
举报
回复
估计很快就会移帖了。
Serial Port Server with sample code
;;============================================================================== ;; README ;; ;; This is a serial port
com
munication
utility similar to Hyperterminal on ;; MS-Windows 98/2k/XP/Vista/7/8. ;; It not only provides
com
mon funtions about serail
com
munication
s, but also ;; provides USB serial port converter detecting/auto-connecting. When the USB ;; device changing is detected, the CDC serial port can be opened automatically. ;; This utility can be a serial port server as well. It will pass all data read ;; from the serail port to the client utility and pass the data from the client ;; utility to the serial port. More jobs can be done by implementing the client ;; utilities. It is listening on `[Listen_Port]/Data' port. ;; ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; Tip: ;; - when the mouse hovers over a
com
ponent, a hint is displayed. ;; ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; parameters and descriptions are shown following in "INI" file format. ;; ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; Shortcuts : ;; F1 : shows this file ;; ;; F6 : pick a line up and send to the serial port ... cursor is in ;; the message window ;; ;; Ctrl-O : open(reopen) the serial port which shows in the port box ;; Ctrl-C : close the serial port currently open ;; ;; Ctrl-Enter : send the string line to the serial port ... cursor is in the ;; input box ;; Alt-Enter : send the string line to the serial port and added the line ;; into drop down list as well ... cursor is in the input box ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; Menu: ;; System/Sart Log : Starts log func ... all messages in window ;; will be recorded in the file ;; System/Stop Log : ... ;; System/Messager : chat with the client or server, if there is ;; System/Quit : Ctrl+Shift-Q ;;--- ;; Serial Port/Open : See "Ctrl-O" above ;; Serial Port/Close : See "Ctrl-C" above ;; Serial Port/Refresh list : Refresh the list of serial ports ;; Serial Port/Auto Open : Auto open the serial port when it is
com
ming ;; Serial Port/Debug : Shows serial port debug msg such as open/close etc. ;; Serial Port/Hex : Shows data in hex format ;; Serial Port/CR : Appens \r\n at end of the line ;; Serial Port/Send file : will send the file which it's name is in ;; "Input" box ;; - The file will be splited in 256 bytes for ;; each block to sending. ;; - Between each blocks will delay the number ;; of ticks shows in "Auto sending delay ticks" ;; box. ;; Serial Port/Stop sending : Stop file sending ;; Serial Port/DTR : DTR enabled/disabled...[Serial_Port]/ControlDTR ;; Serial Port/RTS : RTS enabled/disabled...[Serial_Port]/ControlRTS ;; Serial Port/Send Line : Send the string line in the "Input" box to ;; the serial port ;;--- ;; Sock/Open : 1) Start listening on the ports in ;; [Listen_Port] section ;; 2) Try to connect to the servers in [Server] ;; section if there are ;; Sock/Close : Close all sockets ;; Sock/Debug : Shows socket messages in the window ;; Sock/Hex : Shows the data
com
e from the sock in hex format ;; Sock/Send Line : This is for the test purpose ;;--- ;; Options : N/A ;;--- ;; Clear : Flush log file(if logging); clear message window ;;.............................................................................. ;; Hex options need to work with "dump" enabled ;; See batch script for detail ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; "Serial Port/Send File" will send the file which it's name is in "Input" box ;; - The file will be splited in 256 bytes for each block to sending. ;; - Between blocks will delay the number of ticks shows in ;; "Auto sending delay ticks" box. ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; Any suggestions,
com
ment and bug report are very wel
com
e. Thanks! ;; Sory for my English :-p ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; _ _ _ ___ _ _ ;; _ _ _ ___ <_>__ __ | || || "| ___ ._ _ _ ___ <_>| | ___ ___ ._ _ _ ;; | | | |/ ._>| |\ \/\ \/| || || \_|/ . || ' ' |<_> || || | _ / | '/ . \| ' ' | ;; |__/_/ \___.|_|/\_\/\_\|_||_|`___/\_. ||_|_|_|<___||_||_|<_>\_|_.\___/|_|_|_| ;; <___' ;;============================================================================== ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;; please note:
com
ments at end of the line are not acceptable ;; for example: ;; Key = 20 ;; Wrong ;; ;; below line is correct ;; Key = 20 ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- [Listen_Port] ;;; TCP server listening ports ;;; If you want to connect to YaTTYD over the Internet, below ports must be ;;; forwarding to the Internet; otherwise please see the
com
ment in [Server] ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- Control =53001 ;;; Control port: chat and control channel ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- Data =53003 ;;; Data : listening port: all data
com
e from this port ;;; will be passed to the serial port; and all data ;;; from serial port will be passed to this port to ;;; the client utility ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- debug =1 ;;; GUI->Sock->Debug ;;; Shows socket debug messages such as sock open/close etc. ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- [Server] ;;; YaTTYD can also running as a client end in the mean time ;;; The data
com
e from serial port will be passed to "Data Server" ;;; "Data Server" is listening on "DataPort"; the address is "DataIP" ;;; ;;; Log server accept the log messages
com
e from YaTTYD: ;;; All msg shown in the windows of YaTTYD will be sent to "Log Sever" ;;; "Log Server" is listening on port "LogPort"; the address is "LogIP" ;;; ;;; This option makes it is possible: ;;; Put YaTTYD in your customer side and connect to the device ;;; Open/forwarding your port to the Internet ;;; Listening on the port; wait the connection from YaTTYD ;;; Receiving data from the device : device->YaTTYD->your own server utility ;;; Sending data tp the device : your server->YaTTYD->device ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;ControlIP =agps.dyndns.org ControlIP =127.0.0.1 ControlPort =3057 ;; Control server IP and port ;; data behaviors here is similar ;; to [Listen_Port]/Control ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- ;DataIP =agps.dyndns.org DataIP =127.0.0.1 DataPort =3058 ;; refer to [Listen_Port]/Data ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- LogIP =agps.dyndns.org LogPort =3055 ;; log server ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- retry_delay =15 ;; if not connected to the server, retry ;; it after "retry_delay" seconds ;;
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
----
-- [Serial_Port] ;;; serial port setting parameters ;;; the parameters will be updated when they are changed by GUI Baud=115200 DataBits =8 StopBits =1 Parity =None ControlDTR =1 ;;; GUI->Serial Port->DTR ControlRTS =1 ;;; GUI->Serial Port->RTS AutoOpen=1 ;;; GUI->Serial Port->Auto Open ;;; USB-Serial port will open automatically, ;;; when the USB-serial port is detected OpenDelay=5 ;;; After detected the USB changing delays n ticks ;;; (100ms per tick) then open the serial port. ;;; AutoOpen has to be 1 debug=1 ;;; GUI->Serial Port->Debug ;;; Shows debug messages such as port open/close etc. Hex=0 ;;; GUI->Serail Port->Debug ;;; shows data in hex format CR=1 ;;; GUI->Serail Port->CR ;;; Appends "\r\n" at the end of each input [http] root_dir = "wwwroot" port = 8181 [Application] one_insdence=1 Auto_Hide=1 Top=331 Left=777 Width=598 Height=301 ;;; default 380W x 240H Log =0 ;;; GUI->System->Start Log/Stop Log ;;===EOF======================================================================== Wrap=0
IP.Works.WS.v.9.0.6160.D6-XE10.1
Native Delphi VCLs for Embarcadero Delphi with no external dependencies. It features the same trustworthy
com
ponents that
com
e with other editions, available as native Delphi VCLs for real Delphi performance. Wel
com
e to IP*Works! WS V9 Delphi Edition, a set of powerful client, server, and proxy
com
ponents for integrating WebSocket
com
munication
s capabilities into Web, Desktop, and Mobile applications. IP*Works! WS gives developers the tools to rapidly build real-time web connected applications with support for WebSockets. WebSockets enable Webservers to push data to connected clients in real-time eliminating the need for unreliable long-polling. IP*Works! WS provides a standard framework for ongoing bi-directional
com
munication
s between web clients and servers over WebSockets. The
com
ponents are perfect for building Web connected applications that require real-time data including chat, multi-player games, live financial applications, and more!
Adaptive Signal Processing, Next-Generation Solutions,2010
Adaptive filters play a very important role in most of today’s signal processing and control applications as most real-world signals require processing under conditions that are difficult to specify a priori. They have been successfully applied in such diverse fields as
com
munication
s, control, radar, and biomedical engineering, among others. The field of classical adaptive filtering is now well established and a number of key references—a widely used one being the book Adaptive Filter Theory by Simon Haykin—provide a
com
prehensive treatment of the theory and applications of adaptive filtering. A number of recent developments in the field, however, have demonstrated how significant performance gains could be achieved beyond those obtained using the standard adaptive filtering approaches. To this end, those recent developments have propelled us to think in terms of a new generation of adaptive signal processing algorithms. As data now
com
e in a multitude of forms originating from different applications and environments, we now have to account for the characteristics of real life data: † Non-Gaussianity; † Noncircularity; † Nonstationarity; and † Nonlinearity. Such data would typically exhibit a rich underlying structure and demand the development of new tools, hence, the writing of this new book.
Fundamentals of Massive MIMO
Written by pioneers of the concept, this is the first
com
plete guide to the physical and engineering principles of Massive MIMO. Assuming only a basic background in
com
munication
s and statistical signal processing, it will guide readers through key topics such as propagation models, channel modeling, and multi-cell performance analyses. The authors’ unique capacity-bound approach will enable readers to carry out more effective system performance analysis and develop advanced Massive MIMO techniques and algorithms. Numerous case studies, as well as problem sets and solutions ac
com
panying the book online, will help readers put knowledge into practice and acquire the skillset needed to design and analyze
com
plex wireless
com
munication
systems. Whether you are a graduate student, researcher, or industry professional working in the field of wireless
com
munication
s, this will be an indispensable guide for years to
com
e.
Mastering Microsoft Exchange Server 2013
Microsoft Exchange Server 2013 doesn’t just add dozens of new features: It integrates multiple technologies into a
com
mon, unified
com
munication
s system that can add value in many new ways. Now, five leading Exchange Server consultants help you deploy Exchange Server 2013 quickly and smoothly--and t
windows网络管理与配置
6,211
社区成员
60,336
社区内容
发帖
与我相关
我的任务
windows网络管理与配置
windows网络管理与配置
复制链接
扫一扫
分享
社区描述
windows网络管理与配置
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章