;; README
;;
;; This is a serial port communication utility similar to Hyperterminal on
;; MS-Windows 2k/XP/Vista/7.
;; It not only provides common funtions about serail communications, but also
;; provides USB serial port converter detecting/auto connection, when it
;; detected the USB device changing, 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. You can do more job by implementing the client
;; utilities. It is listening at [Listen_Port]/Data port.
;;
;;------------------------------------------------------------------------------
;; parameters descriptions on above.
;;
;;------------------------------------------------------------------------------
;; Short cuts : F6 .. pick a line up and send to the serial port
;;==============================================================================