[go: up one dir, main page]

JPH103328A - System for automatically terminating call to personal computer - Google Patents

System for automatically terminating call to personal computer

Info

Publication number
JPH103328A
JPH103328A JP8158055A JP15805596A JPH103328A JP H103328 A JPH103328 A JP H103328A JP 8158055 A JP8158055 A JP 8158055A JP 15805596 A JP15805596 A JP 15805596A JP H103328 A JPH103328 A JP H103328A
Authority
JP
Japan
Prior art keywords
power
personal computer
receiving
data
signal
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.)
Pending
Application number
JP8158055A
Other languages
Japanese (ja)
Inventor
Raimei So
雷明 蘇
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP8158055A priority Critical patent/JPH103328A/en
Publication of JPH103328A publication Critical patent/JPH103328A/en
Pending legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To accelerate response speed at the time of automatically terminating a call to a personal computer. SOLUTION: An RS232 interface part 3 exchanges data with a network control unit 1 through an RS232 interface. When a signal to be called from this network control unit corresponding to telephone call incoming from the side of origination is received through the RS232 interface part, a power-on signal is outputted by a resume means 4 and when a preservation request is received, a power-off signal is outputted. When the power-on signal is received, power is supplied to the entire personal computer by a power source 5 and when the power-off signal is received, power is supplied only to the predetermined part. A program on a RAM 6 receives data after the signal to be called, stores the received data in a hard disk 7 and outputs the preservation request as above after the reception data are completely received.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はネットワーク上のパ
ーソナルコンピュータの自動着信方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic incoming call system for a personal computer on a network.

【0002】[0002]

【従来の技術】近年、LANやインターネットを介した
パソコン(パーソナルコンピュータ)通信が普及してき
たが、従来、留守中のパソコンに対しては、自動着信を
考慮して電源を入れっぱなしにしていた。しかし、常時
電源を入れっぱなしにするというエネルギー資源の無駄
使いの大きいこの方法を改善するために、新な自動着信
方式が提案されている。例えば、公開特許公報;平1−
297748「端末装置」に詳述されているように、網
制御装置によって着信が検出されると、パソコンの電源
をオンした後、OSをロードする前に通信処理プログラ
ムの割込み処理部を先にロードして起動状態とし、その
後、OSのローディングを行うことによって、システム
立上げが完了しなくても送られてくるデータを受信可能
とし、かつ受信データはそれを一時格納するために設け
たバッファに入れておき、OS立上げ完了後にこのバッ
ファ内に受信したデータをファイルへ転送する等の処理
を行うようにする通信処理プログラム先行ロード方式な
どがある。
2. Description of the Related Art In recent years, personal computer (Personal Computer) communication via a LAN or the Internet has become widespread. . However, in order to improve this method that wastes energy resources by constantly turning on the power, a new automatic incoming call system has been proposed. For example, a published patent publication;
As described in detail in 297748 "Terminal device", when an incoming call is detected by the network control device, after turning on the personal computer, the interrupt processing unit of the communication processing program is loaded first before loading the OS. Then, by loading the OS, the received data can be received even if the system startup is not completed, and the received data is stored in a buffer provided for temporarily storing the data. In addition, there is a communication processing program preload method for performing processing such as transferring data received in the buffer to a file after completion of OS startup.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の通信処
理プログラム先行ロード方式は、電源を立上げ後に、デ
ータ受信を優先するために通信処理プログラムの割込み
処理部を先にロードしているが、ロード処理とロード後
のインタフェースなどのセルフテスト処理に数十秒かか
るため、プロトコルによっては、データ送受信がタイム
アウトになるという問題があった。
In the above-mentioned conventional communication processing program preceding loading method, the interrupt processing section of the communication processing program is loaded first to give priority to data reception after the power is turned on. Since it takes several tens of seconds for the load processing and the self-test processing for the interface after the load, there is a problem that data transmission and reception times out depending on the protocol.

【0004】さらに、ロードされた通信処理プログラム
は、OSがロードされるまでは、OSのシステムコール
や基本入出力機能を使用できないため、自前でそれらの
機能を備えなけれはならず、設計工数が大きくなるとい
う欠点があった。
Further, since the loaded communication processing program cannot use the system call and the basic input / output function of the OS until the OS is loaded, the communication processing program must be provided with these functions on its own and the design man-hour is reduced. There was a disadvantage that it became larger.

【0005】本発明の目的は、パソコンにおけるレジュ
ーム(resume)機能を用いて、留守中は、OSと
通信処理プログラムを格納するメモリおよびCPUの状
態を小電力で保存し、ネットワーク回線を通した着信が
あると、レジューム機能を介してシステム電源を自動的
にオンし、メモリ上の通信処理プログラムによりデータ
受信を行い、データ受信終了後は、再び通信処理プログ
ラムによりレジューム機能を介して電源をオフするよう
にして、留守中は低消費電力で、システムを維持すると
ともに、着信時には、プログラムロードなどによる時間
遅れを生ずることなくデータ受信が行えるパーソナルコ
ンピュータ自動着信方式を提供することにある。
An object of the present invention is to use a resume function of a personal computer to save the state of a memory for storing an OS and a communication processing program and a state of a CPU with low power during absence, and to receive a call through a network line. If there is, the system power supply is automatically turned on via the resume function, data is received by the communication processing program on the memory, and after the data reception is completed, the power is again turned off via the resume function by the communication processing program. Thus, it is an object of the present invention to provide a personal computer automatic call receiving system that can maintain a system with low power consumption during an absence and can receive data without a time delay due to a program load or the like at the time of an incoming call.

【0006】[0006]

【課題を解決するための手段】第1の発明は、網制御装
置を介してネットワークに接続されたパーソナルコンピ
ュータにおけるパーソナルコンピュータ自動着信方式に
おいて、発側からの電話着信に対応した該網制御装置か
らの被呼信号を受けると予め具備したレジューム手段を
介して該パーソナルコンピュータの電源をオンした後、
メモリ上に予め保持した受信プログラムにより前記発側
からのデータを受信してデータファイルに格納し、該デ
ータ受信終了時に前記受信プログラムの指示により前記
レジューム手段を介して前記メモリを含む前記パーソナ
ルコンピュータの予め定められた部分以外の前記電源を
オフすることを特徴とする。
According to a first aspect of the present invention, a personal computer connected to a network via a network control device receives an incoming call from a caller in a personal computer automatic call receiving system. When the personal computer is powered on via a resume means provided in advance when the called signal is received,
The data from the calling side is received by a receiving program held in advance in a memory and stored in a data file, and when the data reception is completed, the personal computer including the memory via the resume means is instructed by the receiving program. The power supply is turned off except for a predetermined portion.

【0007】また、第2の発明は、第1の発明における
前記電源オフ状態にて、予め定められた入力方法による
電源再開要求を受けると前記レジューム手段を介して前
記パーソナルコンピュータの前記電源をオンした後、前
記データファイルに格納された前記受信データを予め備
えた画面上に表示することを特徴とする。
According to a second aspect of the present invention, in the power-off state of the first aspect, when a power restart request is received by a predetermined input method, the power of the personal computer is turned on via the resume means. Then, the received data stored in the data file is displayed on a screen provided in advance.

【0008】また、第3の発明は、網制御装置を介して
ネットワークに接続されたパーソナルコンピュータにお
けるパーソナルコンピュータ自動着信方式において、前
記網制御装置とRS232インタフェースでデータの送
受を行うRS232インタフェース部と、発側からの電
話着信に対応した該網制御装置からの被呼信号を前記R
S232インタフェース部を介して受信するとパワーオ
ン信号を出力し保存要求を受けるとパワーオフ信号を出
力するレジューム手段と、前記パワーオン信号を受ける
と前記パーソナルコンピュータ全体に電力を供給し前記
パワーオフ信号を受けると予め定められた部分にのみ電
力を供給する電源と、前記被呼信号後のデータを受信し
該受信データを予め備えたディスクファイルに格納する
とともに該受信データ受信終了後に前記保存要求を出力
するメモリ上の受信プログラムとを備えたことを特徴と
する。
[0008] In a third aspect of the present invention, in an automatic personal computer termination system for a personal computer connected to a network via a network control device, an RS232 interface unit for transmitting and receiving data to and from the network control device via an RS232 interface. A called signal from the network controller corresponding to the incoming call from the calling side is transmitted to the R
Resume means for outputting a power-on signal when received via the S232 interface unit and outputting a power-off signal when receiving a storage request, and for supplying power to the entire personal computer upon receiving the power-on signal and transmitting the power-off signal. A power source for supplying power only to a predetermined portion when received, receiving data after the called signal, storing the received data in a disk file provided in advance, and outputting the storage request after the reception of the received data is completed. And a receiving program on a memory.

【0009】さらに、第4の発明は、第3の発明におけ
る前記予め定められた部分が、少なくともレジューム手
段とRS232インタフェース部と前記受信プログラム
を保持するメモリであることを特徴とする。
A fourth invention is characterized in that the predetermined portion in the third invention is at least a resume means, an RS232 interface unit, and a memory for holding the reception program.

【0010】さらに、第5の発明は、第3の発明におけ
る前記電源が前記パワーオフ信号を受けて前記予め定め
られた部分にのみ電力を供給した状態にて、予め定めら
れた入力方法による電源再開要求を受けると前記パワー
オン信号を出力する前記レジューム手段と、前記電源再
開要求を受けて前記ディスクファイルに格納された前記
受信データを読み出し画面上に表示する表示手段を備え
たことを特徴とする。
In a fifth aspect of the present invention, the power supply according to the third aspect of the present invention is configured such that the power supply is supplied only to the predetermined portion in response to the power-off signal and the power is supplied by a predetermined input method. The resume means for outputting the power-on signal when a restart request is received, and display means for reading the received data stored in the disk file and displaying the read data on a screen in response to the power restart request. I do.

【0011】さらに、第6の発明は、第5の発明におけ
る前記予め定められた方法が札入れであることを特徴と
する。
A sixth invention is characterized in that the predetermined method according to the fifth invention is a wallet.

【0012】[0012]

【発明の実施の形態】次に、本発明について図面を参照
して説明する。
Next, the present invention will be described with reference to the drawings.

【0013】図1は本発明の一実施例を示すブロック図
である。
FIG. 1 is a block diagram showing one embodiment of the present invention.

【0014】本実施例のパーソナルコンピュータ自動着
信方式は、図1に示すように、網制御装置1、モデム
2、RS232インタフェース部3、レジューム手段
4、電源5、RAM6上の受信プログラム6−1、ハー
ドティスク7、表示手段8、および画面9を含んで構成
される。
As shown in FIG. 1, the personal computer automatic call receiving system of this embodiment includes a network control device 1, a modem 2, an RS232 interface unit 3, a resume unit 4, a power supply 5, a receiving program 6-1 on a RAM 6, It comprises a hard disk 7, display means 8 and screen 9.

【0015】網制御装置1は、ネットワークからの電話
番号による起動を受けると、モデム2を介してRS23
2インターフェースにより、パソコンのRS232イン
タフェース部4と通信を行う。
When the network control device 1 is activated by a telephone number from the network, the network control device 1
The two interfaces communicate with the RS232 interface unit 4 of the personal computer.

【0016】レジューム手段4は、一定時間内に人為的
電源再開要求(キー入力などの札入れ)がない場合、お
よび受信プログラム6−1からのデータ保存要求があっ
た場合に、電源5にパワーリセット要求を出し、一方、
RS232インタフェース3を介してモデム2からの被
呼表示(CI)があった場合、およびキー入力などの人
為的電源再開要求があると、電源5にパワーオン要求を
出力する。
The resuming means 4 resets the power to the power source 5 when there is no artificial power restart request (a wallet such as key input) within a predetermined time or when there is a data storage request from the receiving program 6-1. Make a request, while
When there is a called indication (CI) from the modem 2 via the RS232 interface 3 or when there is a request for artificial power supply restart such as key input, a power-on request is output to the power supply 5.

【0017】電源5は、パワーリセット要求があると、
システム内で最低限必要な部分に電力を供給する。即
ち、ディップスイッチの設定に従い、本発明では、レジ
ューム手段4、受信プログラム6−1を格納するRAM
6、CPU(図示せず)およびRS232インタフェー
ス部3には動作するのに必要な電力を供給し、表示手段
やハードディスク、プリンタなどには電力供給を停止す
る。一方、パワーオン要求を受けると、システム全体が
動作するに必要な電力を供給する。
When the power supply 5 receives a power reset request,
Provides power to the minimum required parts of the system. That is, according to the setting of the dip switch, in the present invention, the resuming means 4 and the RAM for storing the receiving program 6-1 are provided.
6. Supply power required for operation to a CPU (not shown) and the RS232 interface unit 3, and stop supplying power to display means, hard disks, printers, and the like. On the other hand, when a power-on request is received, power necessary for operating the entire system is supplied.

【0018】次に、システムの動作をフローチャートを
参照して説明する。
Next, the operation of the system will be described with reference to a flowchart.

【0019】図2(a)は、自動着信待ち状態における
レジュームタイムアウト時のシステムの動作フロー図で
ある。
FIG. 2A is an operation flowchart of the system at the time of resume timeout in the automatic incoming call waiting state.

【0020】レジューム手段4内のタイマがタイムアウ
トすると(ステップ21)、レジューム手段はパワーリ
セット要求を出力し(ステップ22)、電源5はパワー
リセット要求を受けると、レジューム手段4、受信プロ
グラム6−1を格納するRAM6、RS232インタフ
ェース部3以外の電源供給をオフする(ステップ2
3)。
When the timer in the resuming means 4 times out (step 21), the resuming means outputs a power reset request (step 22). When the power source 5 receives the power reset request, the resuming means 4, the receiving program 6-1. The power supply other than the RAM 6 and the RS232 interface unit 3 for storing
3).

【0021】図2(b)は、電源オフ状態での自動受信
動作を示す動作フロー図である。
FIG. 2B is an operation flowchart showing an automatic reception operation in a power-off state.

【0022】ネットワークから電話が着信すると(ステ
ップ25)、網制御手段1は、モデム2を介してRS2
32インタフェースにより被呼要求(CI)を出力する
(ステップ26)。レジューム手段4は、RS232イ
ンタフェース部3を介して被呼要求(CI)を検出する
と、パワーオン要求を出力し、これを受けた電源5はシ
ステムの電源をオンする(ステップ27)。次に、受信
プログラム6−1は、RS232インタフェース部3を
介して、データを受信し、受信したデータをハードディ
スク7のファイルに格納する(ステップ28)。受信プ
ログラム6−1は、データ受信が終了すると、レジュー
ム手段4に保存要求を出力し、これを受けたレジューム
手段4からのパワーリセット要求により、電源5はシス
テムの電源をオフする(ステップ29)。以上の説明か
ら分るように、受信プログラム6−1は、メモリ上に常
駐しているため、電源オン後には、すぐにデータ受信動
作に入ることができ、信号シーケンスでのタイムアウト
発生要因は生じない。
When a call arrives from the network (step 25), the network control means 1
A called request (CI) is output through the 32 interface (step 26). Upon detecting the called request (CI) via the RS232 interface unit 3, the resuming unit 4 outputs a power-on request, and the power supply 5 receiving the power-on request turns on the power of the system (step 27). Next, the receiving program 6-1 receives the data via the RS232 interface 3, and stores the received data in a file on the hard disk 7 (step 28). Upon completion of the data reception, the receiving program 6-1 outputs a storage request to the resuming means 4, and upon receiving the power reset request from the resuming means 4, the power source 5 turns off the system (step 29). . As can be understood from the above description, since the receiving program 6-1 is resident in the memory, it is possible to immediately start the data receiving operation after the power is turned on, and a time-out occurrence factor occurs in the signal sequence. Absent.

【0023】図2(c)は、電源オフ状態で、札入れな
どの人為的電源再開要求を受けた場合のシステムの動作
フロー図である。
FIG. 2C is a flow chart showing the operation of the system in the case where an artificial power supply restart request such as a wallet is received in the power-off state.

【0024】札入れを受けると(ステップ30)、レジ
ューム手段4はパワーオン要求を出力し、これを受けた
電源5はシステムの電源をオンする(ステップ31)。
次に、表示手段8は札入れを認識すると、ハードディス
ク7に格納された受信データのデータファイルを読み出
し、画面9上に表示する(ステップ32)。
When the wallet is received (step 30), the resuming means 4 outputs a power-on request, and the power supply 5 receiving the power-on turns on the power of the system (step 31).
Next, when the display means 8 recognizes the billfold, it reads out the data file of the received data stored in the hard disk 7 and displays it on the screen 9 (step 32).

【0025】図3は、図2で説明したシステム動作を模
式化した図であり、ステップ1−1〜ステップ1−2
が、図2(a)に相当し、ステップ1−3〜ステップ1
−5の繰返しが図2(b)に相当し、ステップ1−6〜
ステップ1−7の動作が図2(c)に示す動作に相当す
る。
FIG. 3 is a diagram schematically illustrating the system operation described with reference to FIG.
Corresponds to FIG. 2A, and corresponds to steps 1-3 to 1
The repetition of -5 corresponds to FIG.
The operation of step 1-7 corresponds to the operation shown in FIG.

【0026】次に図4は、レジューム手段4として市販
のICを用いた場合の構成図であり、システムポート4
0(μPD8255A)のPB7に接続するRS232
からの信号線44は、レジューム機能ポート41の電源
オンイベント発生の入力ゲートにオアする。これによ
り、CI(被呼要求)による電源43のパワーオンが可
能となる。また、受信プログラム6−1からの保存要求
46を電源オフイベント発生の入力ゲートにオアする。
これにより、受信プログラム6−1からの保存要求46
による電源43のパワーオフが可能になる。
FIG. 4 is a block diagram showing a case where a commercially available IC is used as the resume means 4.
RS232 connected to PB7 of 0 (μPD8255A)
Is ORed to the input gate of the resume function port 41 when the power-on event occurs. As a result, the power of the power supply 43 can be turned on by a CI (called request). Also, the storage request 46 from the receiving program 6-1 is ORed to the input gate of the occurrence of the power-off event.
Thereby, the storage request 46 from the receiving program 6-1 is received.
, The power supply 43 can be turned off.

【0027】尚、RAM6上には、図示していないがO
Sも常駐しており、受信プログラム6−1は、このOS
のシステムコールや基本入出力機能を使用できるものと
する。
Although not shown, the RAM 6 has O
S is also resident, and the receiving program 6-1 executes this OS
System calls and basic input / output functions can be used.

【0028】[0028]

【発明の効果】以上説明したように、本発明のパーソナ
ルコンピュータ自動着信方式は、パーソナルコンピュー
タのレジューム機能を用い、自動着信待ち状態時には、
RAMやCPUおよびRS232インタフェース部な
ど、必要最小部分にのみ電力を供給し、ネットワークか
らの発呼を検出すると、レジューム機能により電源をオ
ンしてシステム全体に電力を供給し、RAM上の受信プ
ログラムによりデータ受信を行うようにしたことによ
り、通常の自動着信待ち状態では、消費電力を最小状態
とし、発呼検出時にシステム全体に電力を供給し、RA
M上の受信プログラムによりすぐに受信動作に入ること
が可能になるという効果がある。
As described above, the automatic incoming call system of the personal computer of the present invention uses the resume function of the personal computer.
Power is supplied only to the necessary minimum parts such as RAM, CPU and RS232 interface, and when a call from the network is detected, the power is turned on by the resume function and power is supplied to the whole system. By performing data reception, power consumption is minimized in a normal automatic incoming call waiting state, power is supplied to the entire system when a call is detected, and RA
There is an effect that the receiving program on M can immediately start the receiving operation.

【0029】さらに、受信プログラムは、OSの基本入
出力機能などを使用できるため、特殊な受信プログラム
を必要とせず、設計工数を軽減できる効果もある。
Further, since the receiving program can use the basic input / output function of the OS and the like, a special receiving program is not required, and there is an effect that the number of design steps can be reduced.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

【図2】(a)は、自動着信待ち状態におけるレジュー
ムタイムアウト時のシステムの動作フロー図、(b)
は、電源オフ状態での自動受信動作を示す動作フロー
図、(c)は、電源オフ状態で、札入れなどの人為的電
源再開要求を受けた場合のシステムの動作フロー図であ
る。
FIG. 2A is an operation flow diagram of the system at the time of resume timeout in an automatic incoming call waiting state, and FIG.
FIG. 4 is an operation flowchart showing an automatic reception operation in a power-off state, and FIG. 4C is an operation flowchart of a system when an artificial power-supply request such as a wallet is received in the power-off state.

【図3】図2で説明したシステム動作を模式化した図で
ある。
FIG. 3 is a diagram schematically illustrating the system operation described in FIG. 2;

【図4】レジューム手段4として市販のICを用いた場
合の構成図である。
FIG. 4 is a configuration diagram in a case where a commercially available IC is used as a resume unit 4.

【符号の説明】[Explanation of symbols]

1 網制御装置 2 モデム 3 RS232インタフェース部 4 レジューム手段 5 電源 6 RAM 6−1 受信プログラム 7 ハードディスク 8 表示装置 9 画面 DESCRIPTION OF SYMBOLS 1 Network controller 2 Modem 3 RS232 interface part 4 Resume means 5 Power supply 6 RAM 6-1 Receiving program 7 Hard disk 8 Display device 9 Screen

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 網制御装置を介してネットワークに接続
されたパーソナルコンピュータにおけるパーソナルコン
ピュータ自動着信方式において、発側からの電話着信に
対応した該網制御装置からの被呼信号を受けると予め具
備したレジューム手段を介して該パーソナルコンピュー
タの電源をオンした後、メモリ上に予め保持した受信プ
ログラムにより前記発側からのデータを受信してデータ
ファイルに格納し、該データ受信終了時に前記受信プロ
グラムの指示により前記レジューム手段を介して前記メ
モリを含む前記パーソナルコンピュータの予め定められ
た部分以外の前記電源をオフすることを特徴とするパー
ソナルコンピュータ自動着信方式。
In a personal computer automatic call receiving system of a personal computer connected to a network via a network control device, the personal computer automatically receives a called signal from the network control device in response to a telephone call from a caller. After the personal computer is turned on via the resume means, data from the calling side is received and stored in a data file by a receiving program previously stored in a memory, and when the data receiving is completed, an instruction of the receiving program is issued. And turning off the power except for a predetermined portion of the personal computer including the memory via the resume means.
【請求項2】 前記電源オフ状態にて、予め定められた
入力方法による電源再開要求を受けると前記レジューム
手段を介して前記パーソナルコンピュータの前記電源を
オンした後、前記データファイルに格納された前記受信
データを予め備えた画面上に表示することを特徴とする
請求項1記載のパーソナルコンピュータ自動着信方式。
2. In the power-off state, when a power restart request is received by a predetermined input method, the power of the personal computer is turned on via the resume means, and then the personal computer is stored in the data file. 2. The personal computer automatic call receiving system according to claim 1, wherein the received data is displayed on a screen provided in advance.
【請求項3】 網制御装置を介してネットワークに接続
されたパーソナルコンピュータにおけるパーソナルコン
ピュータ自動着信方式において、前記網制御装置とRS
232インタフェースでデータの送受を行うRS232
インタフェース部と、発側からの電話着信に対応した該
網制御装置からの被呼信号を前記RS232インタフェ
ース部を介して受信するとパワーオン信号を出力し保存
要求を受けるとパワーオフ信号を出力するレジューム手
段と、前記パワーオン信号を受けると前記パーソナルコ
ンピュータ全体に電力を供給し前記パワーオフ信号を受
けると予め定められた部分にのみ電力を供給する電源
と、前記被呼信号後のデータを受信し該受信データを予
め備えたディスクファイルに格納するとともに該受信デ
ータ受信終了後に前記保存要求を出力するメモリ上の受
信プログラムとを備えたことを特徴とするパーソナルコ
ンピュータ自動着信方式。
3. In a personal computer automatic call receiving system in a personal computer connected to a network via a network control device, said network control device and an RS
RS232 for sending and receiving data via 232 interface
A resume unit for outputting a power-on signal when receiving a called signal from the network controller corresponding to an incoming call from the calling side via the RS232 interface unit, and outputting a power-off signal when receiving a storage request; Means for supplying power to the entire personal computer when receiving the power-on signal and supplying power only to a predetermined portion when receiving the power-off signal; and receiving data after the called signal. A personal computer automatic reception system, comprising: a reception program for storing the reception data in a disk file provided in advance and outputting the storage request after the reception of the reception data is completed.
【請求項4】 前記予め定められた部分が、少なくとも
レジューム手段とRS232インタフェース部と前記受
信プログラムを保持するメモリであることを特徴とする
請求項3記載のパーソナルコンピュータ自動着信方式。
4. The personal computer automatic call receiving system according to claim 3, wherein said predetermined portion is at least a resume unit, an RS232 interface unit, and a memory holding said receiving program.
【請求項5】 前記電源が前記パワーオフ信号を受けて
前記予め定められた部分にのみ電力を供給した状態に
て、予め定められた入力方法による電源再開要求を受け
ると前記パワーオン信号を出力する前記レジューム手段
と、前記電源再開要求を受けて前記ディスクファイルに
格納された前記受信データを読み出し画面上に表示する
表示手段を備えたことを特徴とする請求項3記截のパー
ソナルコンピュータ自動着信方式。
5. A power-on signal is output when a power-supply request is received by a predetermined input method in a state where the power supply receives the power-off signal and supplies power only to the predetermined portion. 4. A personal computer automatic call receiving apparatus according to claim 3, further comprising: a resuming means for receiving the power supply request, and a display means for reading out the received data stored in the disk file and displaying the data on a screen in response to the power restart request. method.
【請求項6】 前記予め定められた方法が札入れである
ことを特徴とする請求項5記截のパーソナルコンピュー
タ自動着信方式。
6. The personal computer automatic call receiving system according to claim 5, wherein said predetermined method is a wallet.
JP8158055A 1996-06-19 1996-06-19 System for automatically terminating call to personal computer Pending JPH103328A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8158055A JPH103328A (en) 1996-06-19 1996-06-19 System for automatically terminating call to personal computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8158055A JPH103328A (en) 1996-06-19 1996-06-19 System for automatically terminating call to personal computer

Publications (1)

Publication Number Publication Date
JPH103328A true JPH103328A (en) 1998-01-06

Family

ID=15663315

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8158055A Pending JPH103328A (en) 1996-06-19 1996-06-19 System for automatically terminating call to personal computer

Country Status (1)

Country Link
JP (1) JPH103328A (en)

Similar Documents

Publication Publication Date Title
US5721934A (en) Retrofit external power saving system and method for use
US5974552A (en) Method and apparatus for executing a scheduled operation after wake up from power off state
JP2781815B2 (en) Integrated MODEM that operates without a dedicated controller
US6360327B1 (en) System with control registers for managing computer legacy peripheral devices using an advanced configuration power interface software power management system
US20080091783A1 (en) Method and apparatus for real-time receiving of mails
CN114647452B (en) System switching method, device, equipment and storage medium
JP2002218099A (en) Communication system
US20030231171A1 (en) Electronic apparatus and suspend/resume method
WO2024109271A1 (en) Method and apparatus for adjusting working state of module, device, and medium
JPH103328A (en) System for automatically terminating call to personal computer
JP2000152138A (en) Information processor, information processing method and medium stored with program
JP2000092254A (en) Control method for facsimile equipment
JPH10333790A (en) Information processor equipped with power-saving function and power saving releasing method for the information processor
JP2787173B2 (en) Terminal network controller
JP2002067449A (en) Imaging apparatus having backup means
JP3347387B2 (en) LAN control processor
JP3166738B2 (en) Personal computer, caller telephone number storage device, caller telephone number storage method, and recording medium
JP3283754B2 (en) Power supply control apparatus and facsimile apparatus having the same
JPH10312250A (en) Image forming device
JP2001045193A (en) Data processing system and its controlling method, and network system and its controlling method
JP2654400B2 (en) Information processing device
JPH04209056A (en) Personal computer with communication function
JP2000235432A (en) Computer system and stand-by state switching method for computer
JP3422259B2 (en) Communication terminal device
JP2001113789A (en) Image-forming apparatus

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19981208