Serial Interface

RS232

UART 8250

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://www.beyondlogic.org/serial/serial.htm#8

AMIGA

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>                    

msdos

Modem [[M5457]]

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

Module : [[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

software

MISC

MORE

@TaG: SeaGate TtL Rs232 AmiloA M5457 cu uart sat rs232 RaiD ARMv5 ATA IDE UarT TtL

<iframe width="560" height="315" src="http://www.youtube-nocookie.com/embed/qBbhug3Jwq8" frameborder="0" allowfullscreen></iframe>

4.bp.blogspot.com_-hkki4gp4eos_tpb2pam_soi_aaaaaaaaaqk_ja_jpnd-cm_s640_03_completed_circuit.jpg

serial.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki