Vicom
ZXNet echo conference «code.zx»
From Kirill Frolov → To All 11 December 2000
Press RESET immediately, All!
Who did the AOH there?
================================================================================
* Forwarded by Kirill Frolov (500:812/23.25)
* Area : NETMAIL (Netmail)
* From : Alexander Groholsky, 2:461/16.23 (11 Dec 00 03:54)
* To : Kirill Frolov
*Subj: Vicom
================================================================================
Hello Kirill!
December 9, 2000 (Saturday) at 05:49:46
Kirill Frolov wrote to Alexander Groholsky on the topic "Vicom":
[...skip...]
Thanks for the programs!!! In general, I thought again and decided that there’s nothing wrong with us
It won’t work in Kharkov with a BBC and a network on real specs! ;( So I decided
The only thing I need to ask you is how can I really get my spec to work?
(Pentagon 512) and Vicom modem, like AOH? Need more detailed information! Seen in
sent programs, some kind of AOH program, does it work normally? In short, tell me
where can I get the latest driver under Vik (driver source,
which you sent me, worker?) Who should I contact about this! Well, and one more thing
I wanted to ask about that AOH program, there are some procedures there, but
namely:
===== begin of file: 'AONgudok.t' =====
File: AONgudok.ovr
Compilation address: #C300
Dedicated buffer: 256 bytes
Purpose: Issuing a beep on the line. If you
you have a turbo mode, then you need to turn it off
turn onThe following is the source code for the XTR modem with
turning on turbo mode.
──────────────────── ────────────────────
ORG #C300
LD BC,8189
IN A,(C)
D.I.
LD BC,420
GUDOK PUSH BC
LD A,%00000011
OUT (#B7),A
CALL PAUSE
LD A,%00000010
OUT (#B7),A
CALL PAUSE
POP B.C.
DEC B.C.
LD A,B
OR C
JR NZ,GUDOK
EI
RET
PAUSE LD BC,150
PAUSE1 DEC BC
LD A,B
OR C
JR NZ,PAUSE1
RET
===== end of file: 'AONgudok.t' =====
What is it? And how can I do it for Vicom?
I have a normal Wicom, everything is on port 254! Reading, writing via tape in/out,
reaction to a call and dialing a number (picking up/downing the handset) also through this
port, it hangs on some free bits, I don’t remember which ones)!
===== begin of file: 'AONtruba.t' =====
File: AONtruba.ovr
Compilation address: #C100
Dedicated buffer: 256 bytes
Purpose: On-hook detection
on a parallel device. and output: Z=1-
raised, Z=0-lowered.
Below is the source code for the XTR modem
──────────────────── ────────────────────
ORG #C100
IN A,(#B7)
BIT 7.A
RET
===== end of file: 'AONtruba.t' =====
Will it work without this? Is it possible to do something like this for Vicom?Well, we probably need to set what settings for the AOH parameters? What docks?
is there anything? Well, that seems to be it! I'm waiting for your answer! Thank you in advance!!!
ps: I never got the program 'AON_v1.1.B' to work with the driver
'v-drv.A80