Welcome, Guest. Please login or register.

Author Topic: A1200 RPI and TCPser problem  (Read 1127 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Pat the Cat

Re: A1200 RPI and TCPser problem
« on: February 08, 2017, 12:23:23 AM »
If I may ask a silly question - which bit is actually connected to the local telephone exchange? I would guess it's an ADSL router.

The reason I ask is, some part of the hardware has to be licensed for connection by voice. On a PC, they typically have a built in modem heavily backed up by licensed drivers.

On a PI, you don't have that. The system wasn't designed for connection to the public telephone network, and ADSL routers aren't licensed for carrying analog voice data over phone lines (you need a telephone plugged in to do that). Modems give analog output and read analog input.

Anyway you could plug a landline phone in alongside and just listen for differences in the exchange? That might highlight the problem, and is a very useful way of monitoring differences between "real" modem connections.

It's a lot easier when dealing with mobile phone systems, because they are completely digital. Not that I do that sort of thing. Although I have seen other people doing similar things.

Couple links that might help you - first is issue description, second is a "hand on" tutorial.

http://www.tldp.org/HOWTO/Modem-HOWTO-2.html

http://extradio.sourceforge.net/extmodem.html
« Last Edit: February 08, 2017, 12:43:45 AM by Pat the Cat »
"To recurse is human. To iterate, divine."

A1200, Vanilla, Surf Squirrel, SD Card, KS 3.0/3.z, PCMCIA dev
A500, Vanilla, A570, Rev 5, KS 1.2/1.3 Testbench system
Rasp Pi, UAE4ARM, 3D laser scanner, experimental, hoping for AmigaOS4Arm, based on Watterott Fabscan Pi
 

Offline Pat the Cat

Re: A1200 RPI and TCPser problem
« Reply #1 on: February 08, 2017, 08:13:51 AM »
Oh right... by "modem emulation" you mean something else.

Found this thread, appears to do same thing (use an Amiga for surfing without having it's own TCPIP stack)...

http://amiga.org/forums/showthread.php?t=67191

However, that approach meant using a "real" RS232 port on the PC side, not USB. Could be where the problem lies.
« Last Edit: February 08, 2017, 08:16:23 AM by Pat the Cat »
"To recurse is human. To iterate, divine."

A1200, Vanilla, Surf Squirrel, SD Card, KS 3.0/3.z, PCMCIA dev
A500, Vanilla, A570, Rev 5, KS 1.2/1.3 Testbench system
Rasp Pi, UAE4ARM, 3D laser scanner, experimental, hoping for AmigaOS4Arm, based on Watterott Fabscan Pi