From: Wisut H. <wi...@gm...> - 2007-02-22 05:56:18
|
Hi, I want to work with rs232 serial terminal like in windows hyperterminal. My device is connected via com4 port and already work well on hyperterminal. How can I do the same in coLinux. I am using Gentoo 2006.1 As you can see below that I got my COM4 mapped to ttys0 but I don't know how to start using it. please suggest me command to test that port is working in coLinux and command to login to my device using that port. Which package should I emerge ? This is my config file. #*********************************************************************************** kernel=vmlinux initrd=initrd.gz mem=512 cobd1=myFS\swap_1024Mb cobd0=myFS\gentoo-2006.1-i686-wisut.linuxfs eth0=tuntap,,00:11:22:33:44:55 root=/dev/cobd0 ro ttys0=COM1,"BAUD=115200 PARITY=n DATA=8 STOP=1 dtr=on rts=on" #*********************************************************************************** and this is what I got from command prompt. *********************************************************************************** D:\MyWorks\TimaWorks\coLinux>colinux-daemon @myConfig\Gentoo-2006.1.cfg.txt Cooperative Linux Daemon, 0.8.0 Compiled on Tue Oct 3 14:23:41 2006 using 'vmlinux' as kernel image configuring 512 MB of virtual RAM mapping cobd1 to \??\D:\MyWorks\TimaWorks\coLinux\myFS\swap_1024Mb mapping cobd0 to \??\D:\MyWorks\TimaWorks\coLinux\myFS\gentoo-2006.1-i686-wisut. linuxfs configured TAP at '' device as eth0 MAC address: 00:11:22:33:44:55 using 'initrd.gz' as initrd image mapping cofs31 to \??\D:\MyWorks\TimaWorks\coLinux mapping ttys0 to COM4 kernel boot parameters: 'root=/dev/cobd0 ro' *********************************************************************************** |