US20020184400A1 - Operating system based remote communication system - Google Patents

Operating system based remote communication system Download PDF

Info

Publication number
US20020184400A1
US20020184400A1 US10/199,240 US19924002A US2002184400A1 US 20020184400 A1 US20020184400 A1 US 20020184400A1 US 19924002 A US19924002 A US 19924002A US 2002184400 A1 US2002184400 A1 US 2002184400A1
Authority
US
United States
Prior art keywords
remote communication
communication system
file
host
remote
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/199,240
Inventor
James Coman
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Gage Brook LLC
Original Assignee
Gage Brook LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gage Brook LLC filed Critical Gage Brook LLC
Priority to US10/199,240 priority Critical patent/US20020184400A1/en
Publication of US20020184400A1 publication Critical patent/US20020184400A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/105Program control for peripheral devices where the programme performs an input/output emulation function
    • G06F13/107Terminal emulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the present invention relates to the field of remote communication systems, and more particularly to a remote system which interfaces with one or more host systems by receiving and interpreting advanced operating system based command instructions from a host system and executing the instructions on the remote system using the operating system instruction set of the remote system.
  • Remote terminals are commonly used to communicate with host computer systems. Such terminals provide users at remote locations with access to the programs, databases and other resources of the host system.
  • the communication between remote terminal and host system typically occurs via telephone lines or other serial or parallel communication lines.
  • a strict communication protocol is required to send and receive data or other information to and from the host system.
  • a terminal comprised a dedicated hardware device which was capable of sending information to a host system and receiving and displaying information received from the host system.
  • the teletype machine is one early example of a dedicated hardware terminal.
  • the teletype machine is capable of interpreting a stream of data characters from a host system and printing the results of its interpretation on fan fold paper for the user to view. Users of teletype machines are also able to send messages or requests to the host system by typing on the teletype machine's keyboard.
  • CTR cathode ray tube
  • Early character based CRT terminals communicate with host systems in much the same way as the older teletype machines. However, instead of printing information received from the host system on fan fold paper, the information is displayed on the CRT screen. Displaying the information on the screen enhances the user interface of the terminal.
  • Character based terminals communicate by interpreting a stream of alphanumeric and control characters sent by the host system. Alphanumeric characters sent by the host system are displayed on the screen of the remote terminal while control characters are used to control the location of the terminal cursor, thereby controlling the location of the alphanumeric characters to be displayed.
  • the character based CRT terminals while an improvement over the basic teletype machines, have certain drawbacks and deficiencies. Specifically, the user interfaces of character based terminals are severely limited due to the main bottleneck of remote communication—namely, transfer speed. Since only a limited amount of data may be sent via the communication lines to the remote terminal at any given time, it is often necessary to provide the user at the remote terminal with short, cryptic command line prompts rather than more elaborate full text prompt screens, thereby reducing the data transfer bottleneck of the system. As a result, either system speed or user friendliness suffers measurably.
  • graphics based terminals are capable of interpreting commands from the host computer to draw lines, boxes, circles, stylized text, and certain graphical characters on the graphics display of the terminal. In this way, the user-friendliness of the interface may be improved over character based terminals.
  • graphics based terminals are typically more expensive than character based terminals and offer improvements in the user friendliness of the interface only at the sacrifice of system speed.
  • a terminal emulator typically has a small software program which allows a computer to emulate a “dumb” terminal so that the computer can communicate remotely with a host system using the known communication protocol of a dedicated terminal.
  • the host system often is unaware that a terminal emulator is communicating with it rather than an actual terminal.
  • the host system simply sends and receives data consistent with the known communication protocol.
  • the terminal emulator program interprets the commands from the host system and sends and receives information to and from the host system.
  • terminal emulator To improve upon the user interface and to avoid many of the problems associated with the bottleneck of data throughput, some “terminal emulator” systems employ host specific dedicated terminal software programs. Such dedicated terminal programs reside on the remote computers and are executed by the remote computers to initiate and maintain communication with the host systems. Unlike standard character and graphics terminal emulators described above, terminal programs often have certain graphics as well as the text of many of the prompt screens already stored in the fixed storage device of the remote computer. For example, before connecting to a host system, the terminal program may display a log-on screen or a help screen to assist the user. The text of the log-on or help screen is accessible remotely to the terminal program without needing to communicate with the host system.
  • calculations and other executable functions may be performed by the dedicated terminal program on the remote computer.
  • the dedicated terminal programs convert the remote computer into a “smart” terminal, thereby relieving the host system from many of the tasks normally performed by the host system.
  • the result is customized, user-friendly prompt screens, added features such as on-line help and other tools, and increased speed and efficiency of the entire system.
  • the dedicated terminal programs however, also have certain drawbacks and deficiencies.
  • these complicated software programs are not terminal emulators because they are not actually “emulating” any specific type of terminal. Instead, the terminal software program and host system communicate with each other using a unique protocol which both systems understand.
  • the software programs are customized to the specific requirements of the host system and interact as an integral part of the host software.
  • a major problem with dedicated software programs is that they are only compatible with the software of one specific host system.
  • True terminal emulators use standard character or graphics communication protocols known to many host systems, and therefore, true terminal emulators are generic and may communicate with hundreds of host systems.
  • Host specific dedicated terminal programs on the other hand are not flexible and only recognize and respond to very specific commands of one host system.
  • a second problem with dedicated terminal programs is that they are often large and complicated. Since a primary purpose of the dedicated terminal program is to off-load certain tasks and text handling responsibilities from the host system to the remote computer, the software programs usually require a substantial amount of disk storage space and are typically difficult to install and maintain on the remote computer.
  • a third problem with dedicated terminal programs is the difficulty in implementing dynamic changes to the host.
  • changes to the host system do not require changes to the terminals or emulators themselves.
  • dedicated terminal programs a change in the host system often requires substantial corresponding changes to the dedicated terminal program as well. For example, when the host system modifies or adds a new feature to a prompt screen, such as to the log-in screen or a help screen, then both the host system and the dedicated terminal program must be updated to accommodate the change. Updating the dedicated terminal program at each remote location is no minor task. Disks containing the updated version of the dedicated terminal program must be sent through the mail to each remote location or some other kind of sophisticated on-line patching of the dedicated terminal program must be performed.
  • a general object of the present invention is to provide a flexible remote communication system which can utilize the operating systems of remote computers to achieve user-friendly interfaces with the host system, such as those found in graphical or windowing environments.
  • Another general object of the present invention is to provide a remote communication system which is designed to be compatible with many independent host systems.
  • An additional object of the present invention is to provide a remote communication system which has a relatively small software interface program and does not require modification when the systems of the hosts are updated or modified.
  • the foregoing and other objects are, in the present invention, embodied in an improved remote communication system.
  • This system is different from prior devices and methods that have large, complicated terminal dedicated programs which are incompatible the software of multiple host systems and which are difficult to maintain and update as the host systems are changed and updated.
  • the remote communication system of the present invention provides a fast, efficient and user-friendly interface which does not suffer from the inefficiencies of the data transfer bottlenecks inherent in the prior art devices and methods.
  • an operating system based remote communication system is achieved by providing a remote computer with a small, relatively simple terminal program which receives and interprets both data and command instructions from the host system.
  • the emulator of the present invention employs commands which are based on fundamental tasks that the operating system of the remote terminal may understand and implement, such as creating windows, buttons, edit fields, listboxes and other operating system objects.
  • a function of the remote communication system of the present invention is to receive and interpret instructions from the host, instruct the operating system of the remote terminal to execute the instructions, and then report the successful completion of the instruction back to the host system.
  • the present invention discloses a remote communication system wherein user-friendliness is achieved by providing the user with a windowing or graphic interface with which the user is familiar; speed and throughput is increased by relieving the host system from the burden of displaying and maintaining the user interface; and portability and flexibility is achieved by employing commands tailored to the features of the operating system of the remote terminal computers, not host specific commands.
  • An advantage to the present invention includes the ability to maintain the beneficial characteristics of character based emulators, graphics based emulators, and dedicated terminal program “emulators” while alleviating many of the problems inherent in each of the systems.
  • FIG. 1 is a schematic diagram of a preferred embodiment of the present invention—a remote communication system—showing the arrangement of some of its major elements.
  • FIG. 2 is a flow chart representation of a preferred sequence of operations followed by the remote communication and the host systems of FIG. 1 to initiate remote communications and start a terminal session.
  • FIG. 3A shows the general data structure format of commands sent between the remote communication and host systems of FIG. 1.
  • FIGS. 3 B- 3 D list fundamental core commands used by the remote communication and host systems of FIG. 1 as well as their parameters and a short description.
  • FIG. 4 is a flow chart representation of a preferred sequence of operations followed by the remote communication and host systems of FIG. 1 to create dialog boxes on the remote computer.
  • FIG. 5 is a diagram showing the data structure and file transfer protocol used to transmit resources and other files to the remote communication system of FIG. 1.
  • FIG. 6 is a diagram showing the data structure for a positive acknowledgement (ACK) and a negative acknowledgement (NAK).
  • ACK positive acknowledgement
  • NAK negative acknowledgement
  • FIG. 7 is a flow chart representation of a preferred sequence of operations followed by the remote communication and host systems of FIG. 1 to transmit files to the remote computer.
  • FIG. 8 is a flow chart representation of a preferred sequence of operations followed by the remote communication and host systems of FIG. 1 to display and maintain listboxes on the remote computer.
  • FIG. 1 there is shown a block diagram of a preferred embodiment of the present invention in the form of a remote communication system 10 .
  • the remote communication system 10 consists generally of a personal computer 12 having a microprocessor (CPU) 14 and other compatible peripherals including a modem 16 , a hard disk drive (HDD) 18 , a video graphics card 20 , a serial keyboard port 21 , a keyboard 22 and a display monitor 26 . Communication between the microprocessor 14 and the peripherals is achieved through a communication bus 30 .
  • CPU microprocessor
  • HDD hard disk drive
  • the microprocessor 14 may be an Intel 80486 and the computer 12 is preferably running the Microsoft® WindowsTM operating system and has 8 Megabytes of random access memory (RAM) 24 . While certain elements used in the illustrative embodiment of the present invention are specifically identified herein, many variations and substitutions, known to those skilled in the art, can be employed without deviating from the intended scope of the present invention.
  • the remote communication system 10 operates and may be used as follows.
  • a user using the remote communication system as a terminal—directs the remote communication system 10 to initiate communication with a host system 50 by entering commands through the keyboard 22 .
  • a terminal emulator program 11 stored in the RAM 24 controls the operation of the remote communication system 10 and the transmission and receipt of data to and from the host system 50 .
  • Log-in and other information is modulated by the modem 16 of the remote communication system 10 and is sent to the host system 50 via telephone lines 48 .
  • a modem 54 connected to the host system 50 demodulates the received information.
  • an Integrated Service Digital Network (ISDN) or other communications means such as a digital phone line, for example, may be employed in lieu of the modems for communication between the host system and the terminal.
  • ISDN Integrated Service Digital Network
  • the host system 50 consists generally of a 80486-66 Mz Gateway 2000 computer 62 having a microprocessor (CPU) 64 and other compatible peripherals including a hard disk drive (HDD) 68 . Communication between the microprocessor 64 and the peripherals is achieved through a communication bus 70 .
  • a microprocessor CPU
  • HDD hard disk drive
  • the host system 50 after waiting 7 seconds without receiving the login character string “----” from the remote computer 12 , sends an ASCII text prompt asking if the user would like to download the terminal program 11 (step 112 ). If the user answers “no”, then the host system 50 simply hangs up (step 116 ). However, if the user answers “yes”, then the host system 50 sends the terminal program 11 to the remote computer 12 using an industry standard file transfer protocol, such as xmodem (step 118 ), and asks if the user would like to start a terminal session (step 120 ). If the user answers “no”, the host system 50 again simply hangs up (step 122 ). If the user answers “yes”, then the remote computer 12 executes the terminal program 11 while maintaining the connection to the host system 50 and begins the terminal session as described above by sending the host system 50 the login string “----” (step 106 ).
  • an industry standard file transfer protocol such as xmodem
  • the host system 50 sends commands or other instructions to the remote communication system 10 depending upon the requirements of the host system 50 .
  • the host system 50 has a host program 51 which is stored in the RAM 66 of the host system 50 and which perform one or more of a limitless number of services.
  • the host system may provide bulletin board services, database or other informational services, or more advanced project specific services.
  • the host program 51 may be written in any known programming language compatible with the operating system of the host system 50 .
  • the terminal emulator program 11 interprets the commands and passes them onto the operating system of the remote communication system 10 for execution.
  • FIG. 3A shows the general data structure format of commands sent between the host system 50 and the remote communication system 10 .
  • an escape character ( 27 ) which is one byte long precedes every command.
  • a one or two byte command set follows. The first byte of the command set is the command itself. The next byte is an optional extension for the command.
  • parameters of the command if any, follow.
  • An 8 bit cyclical redundancy check (CRC) number follows the parameters to ensure that the command and parameters have been transmitted and received properly. If a command contains no extensions or parameters, a CRC check follows the command without any gaps or null spaces.
  • parameters of a command may include data of a variable length. In such cases, the variable length data follows the CRC check.
  • a list of fundamental core commands used in the preferred embodiment of the present invention as well as their parameters and a short description is shown in the tables of FIGS. 3 B- 3 D.
  • the remote communication system 10 uses dialog resources to aid in the creation of windows, buttons, edit fields, listboxes and other operating system objects.
  • a dialog resource is a file which contains the parameters defining the operating system object, including parameters defining how the object looks and operates. For example, each window in a Microsoft® WindowsTM program contains various objects. The objects that sit on top of the window, such as buttons, edit fields, listboxes and scroll bars, are called controls. Dialog resource files created by programmers or users store information parameters for the controls. The remote communication system 10 uses the information contained in the dialog resource to instruct the operating system to create and maintain the operating system objects defined thereby.
  • Dialog resources are sent to the remote communication system 10 by the host system 50 as needed.
  • the command used by the host system 50 to create a dialog resource is a “W” having a “C” extension.
  • the host system 50 sends the remote communication system 10 the dialog number, the dialog parent number, the dialog ID, and the dialog version.
  • the dialog number identifies which dialog resource is to be displayed.
  • the dialog parent number is the number of the dialog window's parent. If there is no parent of the dialog window, the parent number equals 255.
  • the dialog ID is the encoded resource file name which contains the dialog window template and the dialog version contains the version number of the dialog resource to be displayed.
  • FIG. 4 is a flow chart representation of a preferred sequence of operations followed by remote communication system 10 and the host system 50 to send dialog resource files to the remote communication system 10 and to display the resulting dialog boxes on the display 26 .
  • the host system 50 directs the remote communication system 10 to display a window
  • the host system 50 at step 200 transmits through its modem 54 a number identifier for the window, as well as a version number of the window.
  • the remote communication system 10 then checks to see if it has the dialog resource file associated with the requested window on its hard disk drive 18 (step 202 ). If so, the remote communication system 10 creates and displays the window on the screen of the display 26 (step 204 ) using information retrieved from the resource file and acknowledges the creation of the window to the host system 50 (step 206 ).
  • the remote communication system 10 adds the dialog resource file to an internal list of requested resources and makes a request for the dialog resource file from the host system 50 (step 210 ).
  • the host system 50 transfers the resource file to the remote communication system 10 (step 212 ).
  • the remote communication system 10 receives and stores the dialog resource file and removes the dialog resource file from the list of requested resources.
  • the remote communication system 10 creates and displays the window on the screen of the display 26 (step 204 ) and acknowledges the creation of the window to the host system 50 (step 206 ).
  • the format of the message acknowledging the successful creation of the dialog box is shown in FIG. 3D.
  • the process of creating the software of the host system 50 is also greatly simplified.
  • the host system 50 simply sends the command to display the desired window. If the remote communication system 10 has the resource file for the window, the window is displayed. If not, the host system will receive a request for the resource file to which it can easily respond. In this manner, windows and other operating system objects may be displayed and maintained on the screen of the terminal display 26 by the operating system. Alternately, if the operating system of the remote computer 12 is of the type that does not support such operating system objects, such as MS-DOS®, commands related to the operating system objects are executed by the terminal program 11 .
  • the host system 50 is notified when the user activates any objects (such as a button in a window) on the screen of the terminal display 26 , and if necessary, the host system 50 sends the remote communication system 10 further instructions and information.
  • any objects such as a button in a window
  • the host system 50 sends the remote communication system 10 further instructions and information.
  • the format of the message notifying the host system 50 that a button has been activated is shown in FIG. 3D, line 2 .
  • resource files can be used to do more than simply creating and displaying dialog windows.
  • resources are also used to aid in the transmission and deliver of graphics, video, audio, lists and other text that are repeated frequently.
  • resources containing software code which can be executed by the remote communication system 10 e.g. dynamically linked libraries (DLLs)
  • DLLs dynamically linked libraries
  • a database maintained by the remote communication system 10 can be searched locally rather than expending the time necessary to send the potentially lengthy database to the host system 50 .
  • executable code resources are particularly useful in off-loading data or display intensive tasks to the remote communication system 10 such as those involving the generation of reports or the display and manipulation of graphics.
  • an initialization file (.INI) is maintained by the host system 50 containing: 1) the DLL version number, and 2) a function prototype with a return type and a list of parameters required by each function.
  • the parameter list includes information regarding the size and make-up of the messages sent to and returned by the DLL when it is running on the remote communication system 10 .
  • the host system 50 wants to execute the functions of a DLL on the remote communication system 10 , the host system 50 sends DLL version number and the function to be executed by the DLL, as well as the parameters to be used by the DLL. After executing the desired function, the DLL sends the host system 50 a return value, if a return value was required by the function prototype of the .INI file.
  • executable code resources are sent to the remote computer 12 in a standardized scripted language which is independent of the operating system of the remote computer 12 .
  • An interpreter is then used by the remote computer 12 to interpret the executable code resources sent by the host system 50 . After decoding the scripted instructions, the interpreter executes the commands that were required by the executable code resources.
  • the incompatible code itself could be translated by the remote computer 12 and then executed.
  • FIG. 5 there is shown the data structure and file transfer protocol used to transmit resource and other files to and from the remote communication system 10 .
  • an escape character ( 27 ) proceeds the command.
  • the ASCII character 1 indicates the beginning of a block.
  • the next byte contains the transmission number of the file (4 bits) and the blocksize (4 bits) of the block of data to be transmitted.
  • the next byte represents the block number contained in the message, and the following byte represents the CRC number which is used to ensure that the preceding four bytes are transmitted and received properly. Data for the block is provided after the CRC number.
  • the remote communication system 10 By decoding the blocksize, the remote communication system 10 knows the amount of data contained in the message. In the preferred embodiment, the amount of data equals 2 to the power of blocksize, which gives it a range from 1 byte to 32K bytes. A 16 bit CRC number follows the data to ensure that the data has been transmitted and received properly.
  • the host system 50 sends a command to begin a file transfer conversation by transmitting an escape character, followed by the character 1 , the transmission number and a zero block number to the remote communication system 10 .
  • the data section following a zero block number contains the following information:
  • each of the above items are separated by NULL (0) characters and the remainder of the data section is padded with NULL characters to fill the blocksize.
  • the remote communication system 10 After receiving a zero block command, the remote communication system 10 opens the file in the hard disk drive 18 under the FILE NAME provided, and registers an active file transmission in an active file table.
  • a three byte extension to the FILE NAME defines the type of the resource:
  • “.BMP” represents a device independent bitmap graphics file
  • the remote communication system 10 For each new data block that is transmitted and received, the remote communication system 10 performs a CRC check on the data and compares the results with the CRC number transmitted. If the CRC number of the block matches the calculated CRC number, then the file is updated by adding the new data to the end of the file and by updating the size of the file. If the size of the file matches the FILE SIZE, then the transfer is completed and the file is closed. If there is still more data which needs to be transmitted, the file remains open and a file transfer record is maintained and updated.
  • the remote communication system 10 After successfully receiving a block of data, the remote communication system 10 sends a positive acknowledgement (ACK) to the host system 50 . If there was an error in transmission, then the remote communication system 10 sends a negative acknowledgement (NAK).
  • ACK positive acknowledgement
  • NAK negative acknowledgement
  • an escape character one byte long proceeds every command, including ACK and NAK commands.
  • an ACK ( 6 ) or NAK ( 21 ) character is present.
  • An ACK character indicates the successful transmission of a block and a NAK character indicates the unsuccessful transmission of a block.
  • the next byte contains the transmission number of the file (4 bits) and the blocksize value (4 bits) of the block of data which was transmitted.
  • the next byte represents the block number which was transmitted, and the last byte represents the cyclical redundancy check (CRC) number which is used to ensure that the preceding four bytes are transmitted and received properly.
  • CRC cyclical redundancy check
  • the transmission number is provided in the acknowledgements and maintained by the remote communication system 10 and the host system 50 because, as described below, the host 50 may be expecting ACK's from multiple file transfers.
  • the block number is provided so that the host system 50 does not need to wait for the acknowledgement of earlier transmitted blocks before beginning to transfer the next block.
  • the host system 50 maintains a list of unacknowledged blocks. If an ACK is received, the host system 50 simply removes the block from the list of unacknowledged blocks. However, if a NAK is received by the host system 50 , the block is resent and remains on the list of unacknowledged blocks. To ensure the eventual delivery of blocks, a timer is set when a block is transmitted. If the timer expires without receiving an ACK or a NAK, the block is resent.
  • commands and requests can be sent to and from the remote communication system 10 between the blocks of a file transfer. This allows the user to continue to access the features of the host system while one or more file transfers occur in the background. If a resource or other file is requested to be transmitted before all the blocks of the current file transfer have been transmitted, the transmission number allows the remote communication system 10 and the hosts system 50 to keep track of the files to be transferred, thereby allowing multiple blocks of multiple files to be transmitted concurrently.
  • blocks of data which are transmitted after an error is detected with a preceding block are buffered and stored in the RAM 24 of the remote communication system 10 .
  • the buffered blocks are combined with the retransmitted block and are added to the appropriate location within the file. In this manner, the retransmission of properly transmitted blocks is held to a minimum.
  • a window feature limits the amount of data that can be sent after an error is detected. If the number of unacknowledged blocks exceeds the preset limit (e.g. 4 blocks), then the host system 50 stops sending new blocks.
  • the remote communication system 10 upon receiving a zero block command (step 300 ), the remote communication system 10 first checks the hard disk drive 18 to determine if a file with the same name as FILE NAME exists having a smaller size than FILE SIZE (step 302 ). If such a file does not exist, then the remote communication system 10 simply opens a file under the file name FILE NAME and advises the host system 50 to send the file (step 304 ). At step 306 , the host system 50 completes the file transfer by transmitting the file to the remote communication system (step 306 ).
  • the remote communication system 10 performs a CRC check on the existing file and sends a notification to the host system 50 , including the transmission number, the length of the existing file, and the CRC number (step 306 ).
  • the host system 50 then performs the same CRC check on that portion of the file to be transferred identified by the length of the existing file (step 308 ) and determines whether the CRC checks match (step 310 ). If not, the host system 50 aborts the transmission and notifies the remote communication system 10 that no match occurred (step 312 ).
  • the host system 50 notifies the remote communication system 10 of the match and then sends the remote communication system 10 only those additional data blocks that the existing file does not have (step 314 ).
  • the remote communication system 10 then combines the additional data blocks with the previously existing blocks of data to form the entire file.
  • file transfers from the remote communication system 10 to the host system 50 may also occur concurrently and are implemented in the same manner as described above.
  • the remote communication system 10 of the present invention has the capacity to display listboxes.
  • a listbox is essentially a control which allows a user to view a list of items by displaying a limited number of items within a window and by allowing the user to scroll through the list to view any remaining items if so desired.
  • Listboxes are particularly useful in helping to display large lists of items. For example, a listbox may display a list of employees or a list of documents stored in a directory. To display a listbox, a program generally needs to maintain the list of strings comprising the list.
  • the operating system handles the data manipulation and display of the lists on the screen within the window of the terminal display 26 .
  • the host system 50 can simply maintain the listbox by issuing multiple commands to insert lines into the listbox as necessary. To reduce the number of commands, the host system 50 may simply transmit the entire list of items to the remote communication system 10 . The list of items is then maintained and displayed using the operating system of the remote computer 12 . However, to avoid having to transmit or maintain large lists of perhaps thousands of items or more, an alternate method of updating the listboxes is provided by the remote communication system 10 of the present invention.
  • This alternate method of updating larger listboxes takes advantage of the fact that users seldom look at every item contained in a listbox.
  • the host system 50 sends an initialization string to the remote communication system 10 (step 400 ).
  • the initialization string includes the number of items contained in the listbox.
  • the host system 50 sends enough items of the list to correctly display the visible portion listbox (step 402 ).
  • the remote communication system 10 receives the items (step 404 ) and displays the items in the visible portion of the listbox (step 405 ).
  • the operating system notifies the terminal program 11 which determines if any blank spaces are visible in the viewable area (step 406 ). If so, the terminal program 11 checks to see if the remote communication system 10 has the items required to correctly display the listbox (step 408 ). If so, the remote communication system 10 simply displays the required items (step 410 ). If the remote communication system 10 does not have the items required to correctly display the listbox, then it marks any needed items and sends a request to the host system 50 to supply the items (step 412 ).
  • the remote communication system 10 also sets a timer when a request for a listbox item is made (step 412 ).
  • the remote communication system 10 determines if it has received the needed items. If so, the terminal simply displays the items in the visible portion of the listbox (step 405 ). If not, the terminal checks to see if the timer has expired (step 406 ). If the timer has expired, the remote communication system 10 checks for any needed items and checks the listbox for blank spaces in the current visible portion of the listbox. At this point, retransmission of the listbox items is requested by the remote communication system 10 , if necessary (step 412 ).
  • the remote communication system 10 maintains items received from the host system 50 .
  • the remote communication system 10 also limits the request for information from the host system 50 to the number of items that would correctly display the listbox at any point in time, thereby reducing the amount of data that needs to be transmitted by the host system 50 when the user is simply scanning quickly over the list of items. In this manner, multiple requests for unwanted data do not backlog the data transfer capabilities of the system.
  • the host program 51 is written in a script language.
  • the script language provides a set of commands which are compatible with and recognizable by the terminal emulator program 11 .
  • the script language contains commands for creating and destroying dialog and message boxes and for responding to miscellaneous messages from the remote communication system 10 such as those related to button activity and updating edit fields.
  • the script language can then be compiled by a script compiler to create either an executable host program or a host program which can be interpreted by an interpreter.
  • Writing the host program 51 in a script language facilitates the development and maintenance of multiple host systems.
  • the script language provides a simple platform for creating host programs which can interface with the remote communication system while alleviating the need for each designer of a host system to develop and maintain mundane and repetitive code which is applicable to all host systems, such as code for communications protocol and the like.
  • the present invention discloses an improved remote communication system which provides a powerful, user-friendly interface in a windowing or graphic environment without sacrificing either speed or portability of the system.

Abstract

A remote communication system provides a fast, efficient and user-friendly interface which does not suffer from the inefficiencies of the data transfer bottlenecks inherent in the prior art devices and methods. An operating system based remote communication system is achieved by providing a remote computer with a small, relatively simple terminal program which receives and interprets both data and command instructions from the host system. The present invention employs commands which are based on fundamental tasks that the operating system of the remote system may understand and implement, such as creating windows, buttons edit fields, listboxes and other operating system objects.

Description

    FIELD OF THE INVENTION
  • The present invention relates to the field of remote communication systems, and more particularly to a remote system which interfaces with one or more host systems by receiving and interpreting advanced operating system based command instructions from a host system and executing the instructions on the remote system using the operating system instruction set of the remote system. [0001]
  • BACKGROUND OF THE INVENTION
  • Remote terminals are commonly used to communicate with host computer systems. Such terminals provide users at remote locations with access to the programs, databases and other resources of the host system. The communication between remote terminal and host system typically occurs via telephone lines or other serial or parallel communication lines. A strict communication protocol is required to send and receive data or other information to and from the host system. [0002]
  • Traditionally, a terminal comprised a dedicated hardware device which was capable of sending information to a host system and receiving and displaying information received from the host system. The teletype machine is one early example of a dedicated hardware terminal. The teletype machine is capable of interpreting a stream of data characters from a host system and printing the results of its interpretation on fan fold paper for the user to view. Users of teletype machines are also able to send messages or requests to the host system by typing on the teletype machine's keyboard. [0003]
  • An improvement to the basic teletype machine is a cathode ray tube (CRT) terminal. Early character based CRT terminals communicate with host systems in much the same way as the older teletype machines. However, instead of printing information received from the host system on fan fold paper, the information is displayed on the CRT screen. Displaying the information on the screen enhances the user interface of the terminal. Character based terminals communicate by interpreting a stream of alphanumeric and control characters sent by the host system. Alphanumeric characters sent by the host system are displayed on the screen of the remote terminal while control characters are used to control the location of the terminal cursor, thereby controlling the location of the alphanumeric characters to be displayed. [0004]
  • The character based CRT terminals, while an improvement over the basic teletype machines, have certain drawbacks and deficiencies. Specifically, the user interfaces of character based terminals are severely limited due to the main bottleneck of remote communication—namely, transfer speed. Since only a limited amount of data may be sent via the communication lines to the remote terminal at any given time, it is often necessary to provide the user at the remote terminal with short, cryptic command line prompts rather than more elaborate full text prompt screens, thereby reducing the data transfer bottleneck of the system. As a result, either system speed or user friendliness suffers measurably. [0005]
  • Another type of terminal which uses a CRT display is a graphics based terminal. In addition to displaying alphanumerical characters, graphics based terminals are capable of interpreting commands from the host computer to draw lines, boxes, circles, stylized text, and certain graphical characters on the graphics display of the terminal. In this way, the user-friendliness of the interface may be improved over character based terminals. However, graphics based terminals are typically more expensive than character based terminals and offer improvements in the user friendliness of the interface only at the sacrifice of system speed. [0006]
  • With the explosion in the popularity of the personal computer, a large market arose for the development of terminal emulators. A terminal emulator typically has a small software program which allows a computer to emulate a “dumb” terminal so that the computer can communicate remotely with a host system using the known communication protocol of a dedicated terminal. The host system often is unaware that a terminal emulator is communicating with it rather than an actual terminal. The host system simply sends and receives data consistent with the known communication protocol. The terminal emulator program interprets the commands from the host system and sends and receives information to and from the host system. [0007]
  • Of course, the same problems and limitations inherent in the character based and graphics based dedicated terminals, such as limited throughput and user unfriendliness, are also present in character based and graphic based terminal emulators. [0008]
  • To improve upon the user interface and to avoid many of the problems associated with the bottleneck of data throughput, some “terminal emulator” systems employ host specific dedicated terminal software programs. Such dedicated terminal programs reside on the remote computers and are executed by the remote computers to initiate and maintain communication with the host systems. Unlike standard character and graphics terminal emulators described above, terminal programs often have certain graphics as well as the text of many of the prompt screens already stored in the fixed storage device of the remote computer. For example, before connecting to a host system, the terminal program may display a log-on screen or a help screen to assist the user. The text of the log-on or help screen is accessible remotely to the terminal program without needing to communicate with the host system. [0009]
  • In addition, calculations and other executable functions may be performed by the dedicated terminal program on the remote computer. In this manner, the dedicated terminal programs convert the remote computer into a “smart” terminal, thereby relieving the host system from many of the tasks normally performed by the host system. The result is customized, user-friendly prompt screens, added features such as on-line help and other tools, and increased speed and efficiency of the entire system. [0010]
  • The dedicated terminal programs, however, also have certain drawbacks and deficiencies. By definition, these complicated software programs are not terminal emulators because they are not actually “emulating” any specific type of terminal. Instead, the terminal software program and host system communicate with each other using a unique protocol which both systems understand. The software programs are customized to the specific requirements of the host system and interact as an integral part of the host software. As a result, a major problem with dedicated software programs is that they are only compatible with the software of one specific host system. True terminal emulators use standard character or graphics communication protocols known to many host systems, and therefore, true terminal emulators are generic and may communicate with hundreds of host systems. Host specific dedicated terminal programs on the other hand are not flexible and only recognize and respond to very specific commands of one host system. [0011]
  • Moreover, since each command of the dedicated software program is specific to the host for which it was designed, a new terminal program must be written for each new host system. Developing hundreds or thousands of dedicated terminal programs for each different type of host system is unworkable. In addition to the time-consuming nature and expense of such an undertaking, many remote systems would not have sufficient data storage capacity to store the thousands of dedicated terminal programs required. [0012]
  • A second problem with dedicated terminal programs is that they are often large and complicated. Since a primary purpose of the dedicated terminal program is to off-load certain tasks and text handling responsibilities from the host system to the remote computer, the software programs usually require a substantial amount of disk storage space and are typically difficult to install and maintain on the remote computer. [0013]
  • A third problem with dedicated terminal programs is the difficulty in implementing dynamic changes to the host. With standard character or graphics terminals or emulators, changes to the host system do not require changes to the terminals or emulators themselves. However, with dedicated terminal programs, a change in the host system often requires substantial corresponding changes to the dedicated terminal program as well. For example, when the host system modifies or adds a new feature to a prompt screen, such as to the log-in screen or a help screen, then both the host system and the dedicated terminal program must be updated to accommodate the change. Updating the dedicated terminal program at each remote location is no minor task. Disks containing the updated version of the dedicated terminal program must be sent through the mail to each remote location or some other kind of sophisticated on-line patching of the dedicated terminal program must be performed. [0014]
  • SUMMARY OF THE INVENTION
  • In view of the foregoing, it is a primary object of the present invention to provide a fast, efficient remote communication system which provides user-friendly operation without the drawbacks and deficiencies of the prior art systems and devices. [0015]
  • A general object of the present invention is to provide a flexible remote communication system which can utilize the operating systems of remote computers to achieve user-friendly interfaces with the host system, such as those found in graphical or windowing environments. [0016]
  • Another general object of the present invention is to provide a remote communication system which is designed to be compatible with many independent host systems. [0017]
  • An additional object of the present invention is to provide a remote communication system which has a relatively small software interface program and does not require modification when the systems of the hosts are updated or modified. [0018]
  • The foregoing and other objects are, in the present invention, embodied in an improved remote communication system. This system is different from prior devices and methods that have large, complicated terminal dedicated programs which are incompatible the software of multiple host systems and which are difficult to maintain and update as the host systems are changed and updated. The remote communication system of the present invention provides a fast, efficient and user-friendly interface which does not suffer from the inefficiencies of the data transfer bottlenecks inherent in the prior art devices and methods. [0019]
  • In accordance with one aspect of the present invention, an operating system based remote communication system is achieved by providing a remote computer with a small, relatively simple terminal program which receives and interprets both data and command instructions from the host system. Rather than having a complicated dedicated terminal program to interpret and execute host specific commands, the emulator of the present invention employs commands which are based on fundamental tasks that the operating system of the remote terminal may understand and implement, such as creating windows, buttons, edit fields, listboxes and other operating system objects. In addition to sending, receiving and displaying data between the host system and the terminal, a function of the remote communication system of the present invention is to receive and interpret instructions from the host, instruct the operating system of the remote terminal to execute the instructions, and then report the successful completion of the instruction back to the host system. [0020]
  • Thus, the present invention discloses a remote communication system wherein user-friendliness is achieved by providing the user with a windowing or graphic interface with which the user is familiar; speed and throughput is increased by relieving the host system from the burden of displaying and maintaining the user interface; and portability and flexibility is achieved by employing commands tailored to the features of the operating system of the remote terminal computers, not host specific commands. [0021]
  • An advantage to the present invention includes the ability to maintain the beneficial characteristics of character based emulators, graphics based emulators, and dedicated terminal program “emulators” while alleviating many of the problems inherent in each of the systems.[0022]
  • Other objects and advantages of the present invention will become apparent from the following detailed description when taken in conjunction with the drawings, in which: [0023]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of a preferred embodiment of the present invention—a remote communication system—showing the arrangement of some of its major elements. [0024]
  • FIG. 2 is a flow chart representation of a preferred sequence of operations followed by the remote communication and the host systems of FIG. 1 to initiate remote communications and start a terminal session. [0025]
  • FIG. 3A shows the general data structure format of commands sent between the remote communication and host systems of FIG. 1. [0026]
  • FIGS. [0027] 3B-3D list fundamental core commands used by the remote communication and host systems of FIG. 1 as well as their parameters and a short description.
  • FIG. 4 is a flow chart representation of a preferred sequence of operations followed by the remote communication and host systems of FIG. 1 to create dialog boxes on the remote computer. [0028]
  • FIG. 5 is a diagram showing the data structure and file transfer protocol used to transmit resources and other files to the remote communication system of FIG. 1. [0029]
  • FIG. 6 is a diagram showing the data structure for a positive acknowledgement (ACK) and a negative acknowledgement (NAK). [0030]
  • FIG. 7 is a flow chart representation of a preferred sequence of operations followed by the remote communication and host systems of FIG. 1 to transmit files to the remote computer. [0031]
  • FIG. 8 is a flow chart representation of a preferred sequence of operations followed by the remote communication and host systems of FIG. 1 to display and maintain listboxes on the remote computer.[0032]
  • While the invention will be described in connection with certain preferred embodiments, there is no intent to limit it to those embodiments. On the contrary, the intent is to cover all alternatives, modifications and equivalents included within the spirit and scope of the invention as defined by the appended claims. [0033]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • Referring to FIG. 1, there is shown a block diagram of a preferred embodiment of the present invention in the form of a [0034] remote communication system 10. The remote communication system 10 consists generally of a personal computer 12 having a microprocessor (CPU) 14 and other compatible peripherals including a modem 16, a hard disk drive (HDD) 18, a video graphics card 20, a serial keyboard port 21, a keyboard 22 and a display monitor 26. Communication between the microprocessor 14 and the peripherals is achieved through a communication bus 30.
  • The [0035] microprocessor 14 may be an Intel 80486 and the computer 12 is preferably running the Microsoft® Windows™ operating system and has 8 Megabytes of random access memory (RAM) 24. While certain elements used in the illustrative embodiment of the present invention are specifically identified herein, many variations and substitutions, known to those skilled in the art, can be employed without deviating from the intended scope of the present invention.
  • Typically, the [0036] remote communication system 10 operates and may be used as follows. A user—using the remote communication system as a terminal—directs the remote communication system 10 to initiate communication with a host system 50 by entering commands through the keyboard 22. A terminal emulator program 11 stored in the RAM 24 controls the operation of the remote communication system 10 and the transmission and receipt of data to and from the host system 50. Log-in and other information is modulated by the modem 16 of the remote communication system 10 and is sent to the host system 50 via telephone lines 48. A modem 54 connected to the host system 50 demodulates the received information. Alternatively, an Integrated Service Digital Network (ISDN) or other communications means, such as a digital phone line, for example, may be employed in lieu of the modems for communication between the host system and the terminal.
  • In the preferred embodiment, the [0037] host system 50 consists generally of a 80486-66 Mz Gateway 2000 computer 62 having a microprocessor (CPU) 64 and other compatible peripherals including a hard disk drive (HDD) 68. Communication between the microprocessor 64 and the peripherals is achieved through a communication bus 70.
  • As shown in FIG. 2, the [0038] remote communication system 10 calls the host system 50 at step 100. If the remote communication system 10 has a copy of the terminal program 11, then the remote communication system 10 waits 5 seconds for the host system 50 to answer (step 104) and sends the host system a login string “----” (step 106). The host system 50 acknowledges receipt of the login string by sending login response string “====” (step 108). At step 110, the remote communication system 10 sends the host system 50 an initialization string comprising information about the remote computer 12, such as the type of operating system, processor and display being used and whether the remote computer 12 has a mouse. At this point, communication has been established and the host system 50 can begin to send commands or other instructions or data to the remote communication system 10 as described in more detail below.
  • Conversely, if the [0039] remote computer 12 does not have the terminal program 11, the host system 50 after waiting 7 seconds without receiving the login character string “----” from the remote computer 12, sends an ASCII text prompt asking if the user would like to download the terminal program 11 (step 112). If the user answers “no”, then the host system 50 simply hangs up (step 116). However, if the user answers “yes”, then the host system 50 sends the terminal program 11 to the remote computer 12 using an industry standard file transfer protocol, such as xmodem (step 118), and asks if the user would like to start a terminal session (step 120). If the user answers “no”, the host system 50 again simply hangs up (step 122). If the user answers “yes”, then the remote computer 12 executes the terminal program 11 while maintaining the connection to the host system 50 and begins the terminal session as described above by sending the host system 50 the login string “----” (step 106).
  • After the login process is completed, the [0040] host system 50 sends commands or other instructions to the remote communication system 10 depending upon the requirements of the host system 50. As is well known in the art, the host system 50 has a host program 51 which is stored in the RAM 66 of the host system 50 and which perform one or more of a limitless number of services. For example, the host system may provide bulletin board services, database or other informational services, or more advanced project specific services. Of course, the host program 51 may be written in any known programming language compatible with the operating system of the host system 50.
  • As commands are received from the [0041] host system 50, the terminal emulator program 11 interprets the commands and passes them onto the operating system of the remote communication system 10 for execution.
  • FIG. 3A shows the general data structure format of commands sent between the [0042] host system 50 and the remote communication system 10. In the preferred embodiment, an escape character (27) which is one byte long precedes every command. After the escape character, a one or two byte command set follows. The first byte of the command set is the command itself. The next byte is an optional extension for the command. After the command set, parameters of the command, if any, follow. An 8 bit cyclical redundancy check (CRC) number follows the parameters to ensure that the command and parameters have been transmitted and received properly. If a command contains no extensions or parameters, a CRC check follows the command without any gaps or null spaces. In some instances, parameters of a command may include data of a variable length. In such cases, the variable length data follows the CRC check. A list of fundamental core commands used in the preferred embodiment of the present invention as well as their parameters and a short description is shown in the tables of FIGS. 3B-3D.
  • Certain commands directed to controlling graphics do not follow the general command format. Instead, graphics commands such as “Select Brush”, “Select Pen”, “Draw Circle” and “Draw Metafile” do not contain the lead escape character ([0043] 27). Since such graphics commands are often sent together in sets of commands (e.g. to control the display 26 of the remote communication system 10), it is more efficient to identify a set of these commands with a special escape sequence—in this case “<ESC><B>”. After receiving the special escape sequence, the subsequent flow of commands are interpreted by the remote communication system 10 to be graphics commands until an escape character (27) ends the flow.
  • In the preferred embodiment of the present invention, the [0044] remote communication system 10 uses dialog resources to aid in the creation of windows, buttons, edit fields, listboxes and other operating system objects. A dialog resource is a file which contains the parameters defining the operating system object, including parameters defining how the object looks and operates. For example, each window in a Microsoft® Windows™ program contains various objects. The objects that sit on top of the window, such as buttons, edit fields, listboxes and scroll bars, are called controls. Dialog resource files created by programmers or users store information parameters for the controls. The remote communication system 10 uses the information contained in the dialog resource to instruct the operating system to create and maintain the operating system objects defined thereby.
  • Dialog resources are sent to the [0045] remote communication system 10 by the host system 50 as needed. As shown in FIG. 3B, the command used by the host system 50 to create a dialog resource is a “W” having a “C” extension. As parameters, the host system 50 sends the remote communication system 10 the dialog number, the dialog parent number, the dialog ID, and the dialog version. The dialog number identifies which dialog resource is to be displayed. The dialog parent number is the number of the dialog window's parent. If there is no parent of the dialog window, the parent number equals 255. The dialog ID is the encoded resource file name which contains the dialog window template and the dialog version contains the version number of the dialog resource to be displayed.
  • The protocol of the [0046] remote communication system 10 provides for the automatic transfer of files containing a dialog resource from the host system 50 in the event that the remote communication system 10 does not have the dialog resource. FIG. 4 is a flow chart representation of a preferred sequence of operations followed by remote communication system 10 and the host system 50 to send dialog resource files to the remote communication system 10 and to display the resulting dialog boxes on the display 26. When the host system 50 directs the remote communication system 10 to display a window, the host system 50 at step 200 transmits through its modem 54 a number identifier for the window, as well as a version number of the window. The remote communication system 10 then checks to see if it has the dialog resource file associated with the requested window on its hard disk drive 18 (step 202). If so, the remote communication system 10 creates and displays the window on the screen of the display 26 (step 204) using information retrieved from the resource file and acknowledges the creation of the window to the host system 50 (step 206).
  • If the [0047] remote communication system 10 does not have the identified dialog resource file, the remote communication system 10 adds the dialog resource file to an internal list of requested resources and makes a request for the dialog resource file from the host system 50 (step 210). Upon receipt of the request for the dialog resource file, the host system 50 transfers the resource file to the remote communication system 10 (step 212). At step 214, the remote communication system 10 receives and stores the dialog resource file and removes the dialog resource file from the list of requested resources. Then, the remote communication system 10 creates and displays the window on the screen of the display 26 (step 204) and acknowledges the creation of the window to the host system 50 (step 206). The format of the message acknowledging the successful creation of the dialog box is shown in FIG. 3D.
  • By using dialog resources to create windows, the amount of time it takes the [0048] remote communication system 10 to display and maintain the window is dramatically reduced. Since the remote communication system 10 knows how to display and maintain windows, only a small amount of information about the window needs to be transmitted to the remote communication system 10 as explained above.
  • The process of creating the software of the [0049] host system 50 is also greatly simplified. To display a window on the remote terminal display 26, the host system 50 simply sends the command to display the desired window. If the remote communication system 10 has the resource file for the window, the window is displayed. If not, the host system will receive a request for the resource file to which it can easily respond. In this manner, windows and other operating system objects may be displayed and maintained on the screen of the terminal display 26 by the operating system. Alternately, if the operating system of the remote computer 12 is of the type that does not support such operating system objects, such as MS-DOS®, commands related to the operating system objects are executed by the terminal program 11.
  • In any event, the [0050] host system 50 is notified when the user activates any objects (such as a button in a window) on the screen of the terminal display 26, and if necessary, the host system 50 sends the remote communication system 10 further instructions and information. For example, the format of the message notifying the host system 50 that a button has been activated is shown in FIG. 3D, line 2.
  • Of course, resource files can be used to do more than simply creating and displaying dialog windows. In the present invention, resources are also used to aid in the transmission and deliver of graphics, video, audio, lists and other text that are repeated frequently. In addition, resources containing software code which can be executed by the [0051] remote communication system 10, e.g. dynamically linked libraries (DLLs), are available. By sending resources containing executable code to the remote communication system 10, many time consuming tasks are off-loaded for the remote communication system 10 to perform, thereby relieving a potential bottleneck of the host system 50.
  • For example, a database maintained by the [0052] remote communication system 10 can be searched locally rather than expending the time necessary to send the potentially lengthy database to the host system 50. In addition, executable code resources are particularly useful in off-loading data or display intensive tasks to the remote communication system 10 such as those involving the generation of reports or the display and manipulation of graphics.
  • In the case of DLL code resource files, an initialization file (.INI) is maintained by the [0053] host system 50 containing: 1) the DLL version number, and 2) a function prototype with a return type and a list of parameters required by each function. The parameter list includes information regarding the size and make-up of the messages sent to and returned by the DLL when it is running on the remote communication system 10.
  • When the [0054] host system 50 wants to execute the functions of a DLL on the remote communication system 10, the host system 50 sends DLL version number and the function to be executed by the DLL, as well as the parameters to be used by the DLL. After executing the desired function, the DLL sends the host system 50 a return value, if a return value was required by the function prototype of the .INI file.
  • Since DLLs described above are actually executing on the [0055] remote computer 12, the code contained in a DLL must be remote computer specific. Accordingly, in an alternative embodiment of the present invention, executable code resources are sent to the remote computer 12 in a standardized scripted language which is independent of the operating system of the remote computer 12. An interpreter is then used by the remote computer 12 to interpret the executable code resources sent by the host system 50. After decoding the scripted instructions, the interpreter executes the commands that were required by the executable code resources. Alternatively, the incompatible code itself could be translated by the remote computer 12 and then executed.
  • By transmitting and using executable code resources in the manner described above, a tremendous amount of customizing and extremely powerful user interfaces may be achieved. [0056]
  • Referring to FIG. 5, there is shown the data structure and file transfer protocol used to transmit resource and other files to and from the [0057] remote communication system 10. In the case of a file transfer to the remote communication system 10, as with every command, an escape character (27) proceeds the command. After the escape character, the ASCII character 1 indicates the beginning of a block. The next byte contains the transmission number of the file (4 bits) and the blocksize (4 bits) of the block of data to be transmitted. The next byte represents the block number contained in the message, and the following byte represents the CRC number which is used to ensure that the preceding four bytes are transmitted and received properly. Data for the block is provided after the CRC number. By decoding the blocksize, the remote communication system 10 knows the amount of data contained in the message. In the preferred embodiment, the amount of data equals 2 to the power of blocksize, which gives it a range from 1 byte to 32K bytes. A 16 bit CRC number follows the data to ensure that the data has been transmitted and received properly.
  • To begin the transfer of a resource or other data file, the [0058] host system 50 sends a command to begin a file transfer conversation by transmitting an escape character, followed by the character 1, the transmission number and a zero block number to the remote communication system 10. In lieu of actual file data, the data section following a zero block number contains the following information:
  • 1) FILE NAME—string of up to 13 characters [0059]
  • 2) FILE LENGTH—string of characters “0” to “9”[0060]
  • 3) FILE TYPE—1 character—“R” for resource file [0061]
  • “F” for other file [0062]
  • 4) FILE DATE—string of characters “0” to “9”[0063]
  • 5) FILE TIME—string of characters “0” to “9”[0064]
  • Each of the above items are separated by NULL (0) characters and the remainder of the data section is padded with NULL characters to fill the blocksize. After receiving a zero block command, the [0065] remote communication system 10 opens the file in the hard disk drive 18 under the FILE NAME provided, and registers an active file transmission in an active file table. A three byte extension to the FILE NAME defines the type of the resource:
  • “.DRC” represents a dialog resource [0066]
  • “.WMF” represents a meta graphics file [0067]
  • “.BMP” represents a device independent bitmap graphics file [0068]
  • “.TXT” represents an ASCII text file [0069]
  • “.LST” represents a ASCII list file [0070]
  • For each new data block that is transmitted and received, the [0071] remote communication system 10 performs a CRC check on the data and compares the results with the CRC number transmitted. If the CRC number of the block matches the calculated CRC number, then the file is updated by adding the new data to the end of the file and by updating the size of the file. If the size of the file matches the FILE SIZE, then the transfer is completed and the file is closed. If there is still more data which needs to be transmitted, the file remains open and a file transfer record is maintained and updated.
  • After successfully receiving a block of data, the [0072] remote communication system 10 sends a positive acknowledgement (ACK) to the host system 50. If there was an error in transmission, then the remote communication system 10 sends a negative acknowledgement (NAK).
  • Referring to FIG. 6, there is shown the data structure for both the positive and negative acknowledgements. Again, an escape character ([0073] 27) one byte long proceeds every command, including ACK and NAK commands. After the escape character, an ACK (6) or NAK (21) character is present. An ACK character indicates the successful transmission of a block and a NAK character indicates the unsuccessful transmission of a block. The next byte contains the transmission number of the file (4 bits) and the blocksize value (4 bits) of the block of data which was transmitted. The next byte represents the block number which was transmitted, and the last byte represents the cyclical redundancy check (CRC) number which is used to ensure that the preceding four bytes are transmitted and received properly.
  • The transmission number is provided in the acknowledgements and maintained by the [0074] remote communication system 10 and the host system 50 because, as described below, the host 50 may be expecting ACK's from multiple file transfers. The block number is provided so that the host system 50 does not need to wait for the acknowledgement of earlier transmitted blocks before beginning to transfer the next block.
  • To ensure the proper operation and completion of a file transfer, the [0075] host system 50 maintains a list of unacknowledged blocks. If an ACK is received, the host system 50 simply removes the block from the list of unacknowledged blocks. However, if a NAK is received by the host system 50, the block is resent and remains on the list of unacknowledged blocks. To ensure the eventual delivery of blocks, a timer is set when a block is transmitted. If the timer expires without receiving an ACK or a NAK, the block is resent.
  • In accordance with an important aspect of the present invention, commands and requests can be sent to and from the [0076] remote communication system 10 between the blocks of a file transfer. This allows the user to continue to access the features of the host system while one or more file transfers occur in the background. If a resource or other file is requested to be transmitted before all the blocks of the current file transfer have been transmitted, the transmission number allows the remote communication system 10 and the hosts system 50 to keep track of the files to be transferred, thereby allowing multiple blocks of multiple files to be transmitted concurrently.
  • In accordance with another important aspect of the present invention, blocks of data which are transmitted after an error is detected with a preceding block are buffered and stored in the [0077] RAM 24 of the remote communication system 10. After the retransmission of the block containing the error, the buffered blocks are combined with the retransmitted block and are added to the appropriate location within the file. In this manner, the retransmission of properly transmitted blocks is held to a minimum. As a precaution, a window feature limits the amount of data that can be sent after an error is detected. If the number of unacknowledged blocks exceeds the preset limit (e.g. 4 blocks), then the host system 50 stops sending new blocks.
  • On occasion, particularly with long file transfers, an error in the phone lines or some other error may occur which causes the [0078] remote communication system 10 or the host system 50 to abort the file transfer. In such a case, a portion of the aborted file may have been properly received and stored on the hard disk drive 18 of the remote communication system 10.
  • Accordingly, as shown in FIG. 7, upon receiving a zero block command (step [0079] 300), the remote communication system 10 first checks the hard disk drive 18 to determine if a file with the same name as FILE NAME exists having a smaller size than FILE SIZE (step 302). If such a file does not exist, then the remote communication system 10 simply opens a file under the file name FILE NAME and advises the host system 50 to send the file (step 304). At step 306, the host system 50 completes the file transfer by transmitting the file to the remote communication system (step 306).
  • If a file with the same name as FILE NAME already exists on the [0080] hard disk drive 18, the remote communication system 10 performs a CRC check on the existing file and sends a notification to the host system 50, including the transmission number, the length of the existing file, and the CRC number (step 306). The host system 50 then performs the same CRC check on that portion of the file to be transferred identified by the length of the existing file (step 308) and determines whether the CRC checks match (step 310). If not, the host system 50 aborts the transmission and notifies the remote communication system 10 that no match occurred (step 312). If the CRC checks match, then the host system 50 notifies the remote communication system 10 of the match and then sends the remote communication system 10 only those additional data blocks that the existing file does not have (step 314). The remote communication system 10 then combines the additional data blocks with the previously existing blocks of data to form the entire file.
  • As can be appreciated by those skilled in the art, file transfers from the [0081] remote communication system 10 to the host system 50 may also occur concurrently and are implemented in the same manner as described above.
  • The [0082] remote communication system 10 of the present invention has the capacity to display listboxes. A listbox is essentially a control which allows a user to view a list of items by displaying a limited number of items within a window and by allowing the user to scroll through the list to view any remaining items if so desired. Listboxes are particularly useful in helping to display large lists of items. For example, a listbox may display a list of employees or a list of documents stored in a directory. To display a listbox, a program generally needs to maintain the list of strings comprising the list. The operating system handles the data manipulation and display of the lists on the screen within the window of the terminal display 26.
  • For short lists (e.g. smaller than 30 items), the [0083] host system 50 can simply maintain the listbox by issuing multiple commands to insert lines into the listbox as necessary. To reduce the number of commands, the host system 50 may simply transmit the entire list of items to the remote communication system 10. The list of items is then maintained and displayed using the operating system of the remote computer 12. However, to avoid having to transmit or maintain large lists of perhaps thousands of items or more, an alternate method of updating the listboxes is provided by the remote communication system 10 of the present invention.
  • This alternate method of updating larger listboxes takes advantage of the fact that users seldom look at every item contained in a listbox. Referring generally to FIG. 8, to initialize a listbox the [0084] host system 50 sends an initialization string to the remote communication system 10 (step 400). The initialization string includes the number of items contained in the listbox. Immediately after the initialization string is sent, the host system 50 sends enough items of the list to correctly display the visible portion listbox (step 402). The remote communication system 10 receives the items (step 404) and displays the items in the visible portion of the listbox (step 405).
  • Whenever the viewable area of the listbox moves, the operating system notifies the terminal program [0085] 11 which determines if any blank spaces are visible in the viewable area (step 406). If so, the terminal program 11 checks to see if the remote communication system 10 has the items required to correctly display the listbox (step 408). If so, the remote communication system 10 simply displays the required items (step 410). If the remote communication system 10 does not have the items required to correctly display the listbox, then it marks any needed items and sends a request to the host system 50 to supply the items (step 412).
  • To minimize the problems associated with faulty telephone line connections, the [0086] remote communication system 10 also sets a timer when a request for a listbox item is made (step 412). At step 414, the remote communication system 10 determines if it has received the needed items. If so, the terminal simply displays the items in the visible portion of the listbox (step 405). If not, the terminal checks to see if the timer has expired (step 406). If the timer has expired, the remote communication system 10 checks for any needed items and checks the listbox for blank spaces in the current visible portion of the listbox. At this point, retransmission of the listbox items is requested by the remote communication system 10, if necessary (step 412).
  • In order to eliminate multiple requests for the same items, the [0087] remote communication system 10 maintains items received from the host system 50. The remote communication system 10 also limits the request for information from the host system 50 to the number of items that would correctly display the listbox at any point in time, thereby reducing the amount of data that needs to be transmitted by the host system 50 when the user is simply scanning quickly over the list of items. In this manner, multiple requests for unwanted data do not backlog the data transfer capabilities of the system.
  • In an alternate embodiment of the present invention, the [0088] host program 51 is written in a script language. The script language provides a set of commands which are compatible with and recognizable by the terminal emulator program 11. For example, the script language contains commands for creating and destroying dialog and message boxes and for responding to miscellaneous messages from the remote communication system 10 such as those related to button activity and updating edit fields. The script language can then be compiled by a script compiler to create either an executable host program or a host program which can be interpreted by an interpreter.
  • Writing the [0089] host program 51 in a script language facilitates the development and maintenance of multiple host systems. The script language provides a simple platform for creating host programs which can interface with the remote communication system while alleviating the need for each designer of a host system to develop and maintain mundane and repetitive code which is applicable to all host systems, such as code for communications protocol and the like.
  • As can be seen from the foregoing detailed description, the present invention discloses an improved remote communication system which provides a powerful, user-friendly interface in a windowing or graphic environment without sacrificing either speed or portability of the system. [0090]

Claims (26)

What is claimed is:
1. A remote communication system for communicating remotely with a host system of the type which runs a host program and which provides services to one or more users of the remote communication system, comprising:
means for receiving commands and data sent by the host system;
a central processing unit operatively connected to said receiving means, said central processing unit running an operating system and suitable for accepting the commands received from the host system, wherein the commands received comprise operating system objects which are based on fundamental tasks which may be performed by the operating system;
a terminal program running on said central processing unit, said terminal program suitable for interpreting and directing the commands received to the operating system for execution by the operating system; and
a display operatively connected to said central processing unit for displaying the results of the commands executed by the operating system.
2. The remote communication system of claim 1 wherein the commands received are sent by the host system in the form of resource files maintained by the host system.
3. The remote communication system of claim 2 further comprising a hard disk device suitable for storing said resource files.
4. The remote communication system of claim 3 wherein the operating system objects include dialog boxes, windows, listboxes and edit fields.
5. The remote communication system of claim 3 wherein the operating system objects comprise a button and the terminal program reports the triggering of the button to the host system.
6. The remote communication system of claim 3 wherein said resource files are stored on the hard disk drive of the remote communication system after being received for later retrieval and said resource files are only transmitted by the host system if the resource files are not available on said hard disk drive.
7. The remote communication system of claim 1 wherein the central processing unit has a random access memory suitable for storing the terminal program, the operating system and said commands received from the host system.
8. The remote communication system of claim 1 wherein the terminal program reports the successful completion of command to the host system.
9. The remote communication system of claim 1 wherein the host program is written using a script language.
10. The remote communication system of claim 1 wherein the terminal program is transmitted to the remote communication system if the host system determines that the terminal program is unavailable.
11. The remote communication system of claim 1 wherein the receiving means comprises a modem.
12. A method of transferring a file from a sending system to a receiving system wherein the receiving system comprises a file storage device, said method comprising the following steps:
transmitting information to the receiving system regarding the file to be transferred, said information including a transmission number, the file name and the file size;
determining by the receiving system whether the storage device contains an existing file having the same file name and a smaller file size as the file to be transferred;
opening by the receiving system a file in the storage device under the file name and transmitting by the sending system the file to be transferred to the receiving system, when a file having the same file name and a smaller file size does not exist;
performing by the receiving system a cyclical redundancy check (CRC) on the existing file, notifying the sending system that a file having the same file name exists, transmitting the results of the CRC and the size of the existing file to the sending system, performing by the sending system the same CRC check on that portion of the file to be transferred identified by the size of the existing file, and comparing the results of the two CRC checks, when a file having the same file name and a smaller file size does exist;
opening by the receiving system the existing file and transmitting by the sending system the remaining portion of the file to be transferred to the receiving system when the results of the CRC checks match;
aborting the transfer when the results of the CRC checks do not match; and
maintaining by the receiving system the transmission number associated with file transfer, thereby allowing commands and additional files to be transmitted concurrently.
13. The method of claim 12 further comprising the steps of:
maintaining by the sending system a list of blocks of the file to be transferred which have been transmitted; and
acknowledging by the receiving system the blocks of the file to be transferred which have been received, and removing by the sending system said blocks from the list in response to said acknowledgement.
14. The method of claim 13 further comprising the steps of:
buffering by the receiving system blocks of data which are transmitted after one or more blocks containing an error have been transmitted;
retransmitting by the sending system the one or more blocks of data containing an error; and
combining the buffered blocks with the retransmitted blocks and adding the combined blocks to the open file in the storage device.
15. A method of maintaining a list of items on a display of a remote communication system wherein the list of items is located at a host system and only a maximum number of items are to be displayed within a window on the display, said method comprising the following steps:
determining by the remote system if any items are needed to correctly display the viewable portion of the window;
requesting by the remote system items to correctly display the viewable portion of the window when items are needed;
limiting the number of requests to be satisfied to the maximum number of items to be displayed;
maintaining by the remote system items received by the host system, and displaying by the remote system the items to be displayed in the window.
16. The method of claim 15 further comprising the steps of:
setting a timer by the remote system when a request for an item to correctly display the viewable portion of the window is made;
requesting by the remote system retransmission of the item when the timer expires.
17. A remote communication system for communicating remotely with a host system of the type which runs a host program and which provider services to one or more users of the remote communication system, comprising:
means for receiving data sent by the host system, said data comprising executable code;
a central processing unit operatively connected to said receiving means, said central processing unit suitable for executing the code;
a terminal program running on said central processing unit, said terminal program suitable for interpreting and directing the executable code to the central processing unit for execution;
a display operatively connected to said central processing unit for displaying the results of the commands executed by the central processing unit.
18. The remote communication system of claim 1, wherein said executable code is sent by the host system in the form of resource files maintained by the host system.
19. The remote communication system of claim 18 wherein said resource files are stored on the hard disk drive of the remote communication system after being received for later retrieval and said resource files are only transmitted by the host system if the resource files are not available on the hard disk drive.
20. The remote communication system of claim 17 wherein the central processing unit has a random access memory suitable for storing the terminal program, the operating system and executable code received from the host system.
21. The remote communication system of claim 17 wherein the executable code reports the successful completion of a command to the host system.
22. The remote communication system of claim 17 wherein the terminal program is transmitted to the remote communication system if the host system determines that terminal program is unavailable.
23. The remote communication system of claim 17 wherein the receiving means comprises a modem.
24. The remote communication system of claim 17 wherein the executable code is defined by a standardized scripted code which is independent of the operating system of the remote system.
25. The remote communication system of claim 24 wherein an interpreter executes the standardized scripted code.
26. The remote communication system of claim 17 wherein the executable code is translated by the terminal program before being executed by the central processing unit.
US10/199,240 1995-02-13 2002-07-19 Operating system based remote communication system Abandoned US20020184400A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/199,240 US20020184400A1 (en) 1995-02-13 2002-07-19 Operating system based remote communication system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US38821395A 1995-02-13 1995-02-13
US08/868,109 US6438619B1 (en) 1995-02-13 1997-06-03 Operating system based remote communication system
US10/199,240 US20020184400A1 (en) 1995-02-13 2002-07-19 Operating system based remote communication system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US08/868,109 Continuation US6438619B1 (en) 1995-02-13 1997-06-03 Operating system based remote communication system

Publications (1)

Publication Number Publication Date
US20020184400A1 true US20020184400A1 (en) 2002-12-05

Family

ID=23533164

Family Applications (2)

Application Number Title Priority Date Filing Date
US08/868,109 Expired - Fee Related US6438619B1 (en) 1995-02-13 1997-06-03 Operating system based remote communication system
US10/199,240 Abandoned US20020184400A1 (en) 1995-02-13 2002-07-19 Operating system based remote communication system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US08/868,109 Expired - Fee Related US6438619B1 (en) 1995-02-13 1997-06-03 Operating system based remote communication system

Country Status (5)

Country Link
US (2) US6438619B1 (en)
EP (1) EP0726519B1 (en)
JP (1) JPH08272712A (en)
CA (1) CA2168087A1 (en)
DE (1) DE69622449T2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7148918B1 (en) * 1999-06-21 2006-12-12 Olympus Optical Co., Ltd. Electronic camera system capable of remote data storing
US20090326909A1 (en) * 2008-06-30 2009-12-31 Fluke Corporation Remote command interpreter

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2168087A1 (en) * 1995-02-13 1996-08-14 James S. Coman Operating system based remote communication system
US6449662B1 (en) * 1997-01-13 2002-09-10 Micro Ear Technology, Inc. System for programming hearing aids
US7787647B2 (en) 1997-01-13 2010-08-31 Micro Ear Technology, Inc. Portable system for programming hearing aids
TW454120B (en) 1999-11-11 2001-09-11 Miralink Corp Flexible remote data mirroring
ATE527827T1 (en) 2000-01-20 2011-10-15 Starkey Lab Inc METHOD AND DEVICE FOR HEARING AID ADJUSTMENT
DE10007680A1 (en) * 2000-02-19 2001-08-30 Hoerner Jens Method for remote monitoring of devices and systems and computer unit for this
US6955606B2 (en) 2000-03-30 2005-10-18 Nintendo Co., Ltd. Game information storage medium and game system using the same
US6917373B2 (en) * 2000-12-28 2005-07-12 Microsoft Corporation Context sensitive labels for an electronic device
US7227511B2 (en) * 2000-04-24 2007-06-05 Microsoft Corporation Method for activating an application in context on a remote input/output device
US7030837B1 (en) 2000-04-24 2006-04-18 Microsoft Corporation Auxiliary display unit for a computer system
WO2002042908A1 (en) * 2000-11-27 2002-05-30 Nokia Corporation Method and system providing a mediation function
US7359949B2 (en) * 2000-12-29 2008-04-15 Intel Corporation Remotely controlling a UNIX-based system
FR2823333B1 (en) * 2001-04-05 2003-06-20 France Telecom INTERACTIVE TERMINAL SYSTEM WITH MULTI-APPLICATION CENTRAL EQUIPMENT AND PERIPHERALS
US7340163B2 (en) * 2002-12-16 2008-03-04 Alcatel Lucent Signaling protocol and architecture for protection rings
US20070185912A1 (en) * 2006-02-08 2007-08-09 International Business Machines Corporation Off-loading I/O and computationally intensive operations to secondary systems
CA2601662A1 (en) 2006-09-18 2008-03-18 Matthias Mullenborn Wireless interface for programming hearing assistance devices
JP2010509992A (en) 2006-11-17 2010-04-02 任天堂株式会社 Video game program download system and download method
US8032354B2 (en) * 2007-12-27 2011-10-04 Nvidia Corporation Method and system for communicating between two independent software components of a device
US8028108B2 (en) * 2009-03-10 2011-09-27 International Business Machines Corporation Virtual KVM functionality for computer systems
US20140184613A1 (en) * 2013-01-01 2014-07-03 Doron Exterman Method for offloading graphic processing unit (gpu) processing tasks to remote computers

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4204206A (en) * 1977-08-30 1980-05-20 Harris Corporation Video display system
US4725977A (en) * 1983-06-03 1988-02-16 Cpt, Ltd. Cartridge programming system and method using a central and local program library
US4935870A (en) * 1986-12-15 1990-06-19 Keycom Electronic Publishing Apparatus for downloading macro programs and executing a downloaded macro program responding to activation of a single key
US5206934A (en) * 1989-08-15 1993-04-27 Group Technologies, Inc. Method and apparatus for interactive computer conferencing
US5367667A (en) * 1992-09-25 1994-11-22 Compaq Computer Corporation System for performing remote computer system diagnostic tests
US5410681A (en) * 1991-11-20 1995-04-25 Apple Computer, Inc. Interpreter for performing remote testing of computer systems
US5461716A (en) * 1990-05-22 1995-10-24 International Business Machines Corporation Method and apparatus for assisting in the presentation and removal of windows
US5471615A (en) * 1991-12-26 1995-11-28 International Business Machines Corporation Distributed data processing system having front-end and back-end computers with different operating systems
US5530961A (en) * 1994-04-21 1996-06-25 Janay; Gad Terminal emulator enhancer with local configurability
US5581270A (en) * 1993-06-24 1996-12-03 Nintendo Of America, Inc. Hotel-based video game and communication system
US5592657A (en) * 1992-05-01 1997-01-07 Johnson; R. Brent Console simulator, multi-console management system, and console management distribution system
US5630066A (en) * 1994-12-20 1997-05-13 Sun Microsystems, Inc. System and method for locating object view and platform independent object
US5754795A (en) * 1990-08-31 1998-05-19 Texas Instruments Incorporated Method for communication between processors of a multi-processor system
US5859969A (en) * 1995-01-10 1999-01-12 Fujitsu Limited Remote installation system and method
US5978594A (en) * 1994-09-30 1999-11-02 Bmc Software, Inc. System for managing computer resources across a distributed computing environment by first reading discovery information about how to determine system resources presence
US6078951A (en) * 1996-11-27 2000-06-20 Intel Corporation Method and apparatus for automating a software delivery system by locating, downloading, installing, and upgrading of viewer software
US6438619B1 (en) * 1995-02-13 2002-08-20 Gage Brook L.L.C. Operating system based remote communication system

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4125873A (en) 1977-06-29 1978-11-14 International Business Machines Corporation Display compressed image refresh system
US4315310A (en) 1979-09-28 1982-02-09 Intel Corporation Input/output data processing system
US4665501A (en) 1983-09-30 1987-05-12 Esprit Systems, Inc. Workstation for local and remote data processing
US4644472A (en) * 1984-11-19 1987-02-17 At&T Bell Laboratories Flow control between a data terminal and a host computer system
US4899136A (en) 1986-04-28 1990-02-06 Xerox Corporation Data processor having a user interface display with metaphoric objects
US4903218A (en) * 1987-08-13 1990-02-20 Digital Equipment Corporation Console emulation for a graphics workstation
US4972368A (en) * 1988-03-04 1990-11-20 Stallion Technologies, Pty. Ltd. Intelligent serial I/O subsystem
US5050104A (en) 1988-04-18 1991-09-17 International Business Machines Corporation Method for notifying a terminal user of an asynchronous event occurrence
US5043919A (en) 1988-12-19 1991-08-27 International Business Machines Corporation Method of and system for updating a display unit
US5214756A (en) 1989-03-10 1993-05-25 International Business Machines Corporation Direct manipulation of icons via conversational linking
JPH0778782B2 (en) * 1989-07-19 1995-08-23 インターナショナル・ビジネス・マシーンズ・コーポレーシヨン Interactive computer system and apparatus and method for adapting use environment thereof
JPH03504175A (en) * 1989-08-03 1991-09-12 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン data processing network
US5175813A (en) 1989-08-14 1992-12-29 International Business Machines Corporation Window display system and method for creating multiple scrollable and non-scrollable display regions on a non-programmable computer terminal
CA2025160A1 (en) * 1989-09-28 1991-03-29 John W. White Portable and dynamic distributed applications architecture
US5247614A (en) * 1990-08-30 1993-09-21 International Business Machines Corporation Method and apparatus for distributed processing of display panel information
US5162986A (en) * 1990-10-19 1992-11-10 Allen-Bradley Company, Inc. Remote downloading and uploading of motion control program information to and from a motion control I/O module in a programmable controller
JP3503957B2 (en) * 1992-11-25 2004-03-08 富士通株式会社 Method and apparatus for controlling remote database
US5583761A (en) * 1993-10-13 1996-12-10 Kt International, Inc. Method for automatic displaying program presentations in different languages
US5421009A (en) * 1993-12-22 1995-05-30 Hewlett-Packard Company Method of remotely installing software directly from a central computer
US5831609A (en) * 1994-06-17 1998-11-03 Exodus Technologies, Inc. Method and system for dynamic translation between different graphical user interface systems

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4204206A (en) * 1977-08-30 1980-05-20 Harris Corporation Video display system
US4725977A (en) * 1983-06-03 1988-02-16 Cpt, Ltd. Cartridge programming system and method using a central and local program library
US4935870A (en) * 1986-12-15 1990-06-19 Keycom Electronic Publishing Apparatus for downloading macro programs and executing a downloaded macro program responding to activation of a single key
US5206934A (en) * 1989-08-15 1993-04-27 Group Technologies, Inc. Method and apparatus for interactive computer conferencing
US5461716A (en) * 1990-05-22 1995-10-24 International Business Machines Corporation Method and apparatus for assisting in the presentation and removal of windows
US5754795A (en) * 1990-08-31 1998-05-19 Texas Instruments Incorporated Method for communication between processors of a multi-processor system
US5410681A (en) * 1991-11-20 1995-04-25 Apple Computer, Inc. Interpreter for performing remote testing of computer systems
US5669000A (en) * 1991-11-20 1997-09-16 Apple Computer, Inc. Interpreter for performing remote testing of computer systems
US5471615A (en) * 1991-12-26 1995-11-28 International Business Machines Corporation Distributed data processing system having front-end and back-end computers with different operating systems
US5592657A (en) * 1992-05-01 1997-01-07 Johnson; R. Brent Console simulator, multi-console management system, and console management distribution system
US5367667A (en) * 1992-09-25 1994-11-22 Compaq Computer Corporation System for performing remote computer system diagnostic tests
US5581270A (en) * 1993-06-24 1996-12-03 Nintendo Of America, Inc. Hotel-based video game and communication system
US5530961A (en) * 1994-04-21 1996-06-25 Janay; Gad Terminal emulator enhancer with local configurability
US5978594A (en) * 1994-09-30 1999-11-02 Bmc Software, Inc. System for managing computer resources across a distributed computing environment by first reading discovery information about how to determine system resources presence
US5630066A (en) * 1994-12-20 1997-05-13 Sun Microsystems, Inc. System and method for locating object view and platform independent object
US6052732A (en) * 1994-12-20 2000-04-18 Sun Microsystems, Inc. System for dynamically loading object viewer from client or server
US5859969A (en) * 1995-01-10 1999-01-12 Fujitsu Limited Remote installation system and method
US6438619B1 (en) * 1995-02-13 2002-08-20 Gage Brook L.L.C. Operating system based remote communication system
US6078951A (en) * 1996-11-27 2000-06-20 Intel Corporation Method and apparatus for automating a software delivery system by locating, downloading, installing, and upgrading of viewer software

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7148918B1 (en) * 1999-06-21 2006-12-12 Olympus Optical Co., Ltd. Electronic camera system capable of remote data storing
US20090326909A1 (en) * 2008-06-30 2009-12-31 Fluke Corporation Remote command interpreter
US9052934B2 (en) * 2008-06-30 2015-06-09 Fluke Corporation Remote command interpreter

Also Published As

Publication number Publication date
US6438619B1 (en) 2002-08-20
EP0726519B1 (en) 2002-07-24
DE69622449T2 (en) 2003-03-06
EP0726519A1 (en) 1996-08-14
CA2168087A1 (en) 1996-08-14
JPH08272712A (en) 1996-10-18
DE69622449D1 (en) 2002-08-29

Similar Documents

Publication Publication Date Title
US6438619B1 (en) Operating system based remote communication system
US5859973A (en) Methods, system and computer program products for delayed message generation and encoding in an intermittently connected data communication system
US8136127B1 (en) System and method for linearly managing client-server communication
US7092946B2 (en) System and methodology for providing a mobile device with a network-based intelligent resource fork
US6286003B1 (en) Remote controlling method a network server remote controlled by a terminal and a memory storage medium for HTML files
US5124909A (en) Software program for providing cooperative processing between personal computers and a host computer
AU769976B2 (en) Method and apparatus for automatically optimizing execution of a computer program
US6144990A (en) Computer apparatus and method for communicating between software applications and computers on the world-wide web using universal variable handling
US6237005B1 (en) Web server mechanism for processing multiple transactions in an interpreted language execution environment
EP1187022A2 (en) Method and apparatus allowing a limited client device to use the full resources of a networked server
US6219054B1 (en) Information processing method and apparatus for preparing a GUI on a client by utilizing an electronic mail message or an agent
KR20030060884A (en) Web os and web desktop
JP2001523864A (en) Server operating system that supports multiple client-server sessions and dynamic reconnection of users to previous sessions
US6205415B1 (en) Server and terminal emulator for persistent connection to a legacy host system with file transfer
JPH0644168A (en) Computer-network
US20040049530A1 (en) Distributed computer system using a graphical user interface toolkit
JP4233635B2 (en) Apparatus and method for providing persistence to an application interface
CN100465950C (en) Web browser command button for client support
Cisco Configuring XRemote
Cisco Configuring XRemote
Cisco Configuring XRemote
Cisco Configuring XRemote
Cisco Configuring XRemote
Cisco Configuring XRemote
Cisco Configuring XRemote

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION