minidin6:
Pc (subd9) Terminal (minidin6) Pin 2 (rx) Pin 1 (tx) Pin 3 (tx) Pin 5 (rx) Pin 5 (gnd) Pin 4 (gnd)
subd9 : 3-TD/2-RD/5-SG
pins :
Misc :
dmesg | grep 8250 # Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled # serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A # 0000:00:03.0: ttyS1 at I/O 0x8428 (irq = 11) is a 8250 # 0000:00:03.0: ttyS2 at I/O 0x8440 (irq = 11) is a 8250 # 0000:00:03.0: ttyS3 at I/O 0x8450 (irq = 11) is a 8250
# serial8250: too much work for irq11
modprobe -r 8250_pnp && modprobe -r 8250_pci && modprobe -r 8250 && modprobe -r serial_core
modprobe -v 8250_pnp && modprobe -v 8250_pci && modprobe -v 8250 && modprobe -v serial_core
http://modemdoctor.com/products/comset.htm
http://modemdoctor.com/comst13.zip#unp:./msdos/twindoc.txt
http://fellow.abime.net/old_version/main/documentation/transfer.html
Copy files from your Amiga (~=remote) to your PC:
TWIN> HELP TWIN> SHOW SPEED TWIN> COPY ~ram:*.adf c:\adfs\
TWIN <BACKUP.TNX
TWIN> TREE dh0: TWIN> COPY dh0: ~/dh0/ SUBDIR
$ sudo wineconsole /tmp/twin.exe #| err:int:DOSVM_Int09SendScan keyboard queue overflow
T W I N E X P R E S S - Version 1.1a released on 1992/01/07 (shareware). ~~~~~~~~~~~~~~~~~~~~~~~ Copyright 1991 OMNICODE. All rights reserved. HELP: The HELP command can display information on the following topics: HELP TWIN : Provides basic data about Twin Express and registration. HELP CABLE : Indicates the wiring details of the serial cable. HELP USAGE : Introduces the user to Twin Express via a mini tutorial. HELP EXAMPLES: Shows examples of typical usage. HELP COMMANDS: Displays the syntax of available commands. >>> Non-present or non-standard serial device: COM1 <<< TWIN>
http://adfsender.stoeggl.com/adfsenderterminal/readme.txt
copy /B file.adf com2:
lspci | grep Modem # 00:03.0 Modem: ALi Corporation M5457 AC'97 Modem Controller
lspci -n | grep -i "00:03.0" # 00:03.0 0703: 10b9:5457
modinfo slamr | grep -i ".*10B9.*5457*" # alias: pci:v000010B9d00005457sv*sd*bc*sc*i*
ksyms -m slamr
sudo modprobe -r slamr ; sudo modprobe -v slamr ; dmesg | tail
slamr: SmartLink AMRMO modem. slamr: device 10b9:5457 is grabbed by another driver
lsof +D /dev/
nrv:~/AmiloA-k7# sudo modprobe -v ungrab-winmodem insmod /lib/modules/2.6.18.1-k7-amiloa/misc/ungrab-winmodem.ko
slamr: SmartLink AMRMO modem. slamr: probe 10b9:5457 SL1800 card... PCI: Enabling device 0000:00:03.0 (0000 -> 0003) ACPI: PCI Interrupt 0000:00:03.0[[A]] -> Link [[LNKG]] -> GSI 11 (level, low) -> IRQ 11 slamr: mc97 codec is 0 slamr: cannot init card.
Did not help