Welcome, Guest. Please login or register.

Author Topic: TCP/IP Over Serial  (Read 5653 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline smf

Re: TCP/IP Over Serial
« on: June 19, 2012, 06:34:11 AM »
It's easy to get it working if you have Miami(DX) and a linux box.


use the built in serial (PPP/CSLIP) driver in miami (or some other faster alternative like 8n1.device ) and in the modem tab choose "null modem" . The rest of the options can work with the defaults? i have no amiga here atm.

enable ip forwarding & masquerade on the linux side and issue the command:
"/usr/sbin/pppd /dev/ttyS1 38400 noauth local passive proxyarp asyncmap 0 silent persist 192.168.100.1:192.168.100.2 " remember to have the same serial speed on both the amiga and pc, 38400 works on my A2000 with A2630 @ 25Mhz
 

Offline smf

Re: TCP/IP Over Serial
« Reply #1 on: June 20, 2012, 05:50:03 AM »
Quote from: k4lmp;697076
Anybody know of a good serial driver to replace serial.device to speed up the serial port?


http://aminet.net/package/comm/misc/8n1