Summary
最新のカーネルなどが置いてあるようだReference
Project Info - AGOS (OS for Agenda VR3)http://sourceforge.net/projects/agos/
$ /usr/sbin/pppd /dev/ttyS0 115200 local -chap debug nodetach novj \
192.168.0.100:192.168.0.101 connect '/usr/sbin/chat -t3600 -v CLIENT CLIENTSERVER'
ここで,192.168.0.100 はVR3 192.168.0.101 はクライアントPCのIPである.
クライアントPCのNICのIPとは重複しないようにする.
| user | passwd |
| default | 無し |
| root | agenda |
| 通信速度 | 115200bps |
| データビット | 8bit |
| パリティ | なし |
| ストップビット | 1bit |
| フロー制御 | hardware flow |
$ cat > startpppd
/usr/sbin/pppd /dev/ttyS0 115200 local -chap debug nodetach novj 192.168.0.100:192.168.0.101 connect '/usr/sbin/chat -t3600 -v CLIENT CLIENTSERVER'<C-D>
$ chmod +x ./startpppd
で楽になる