$NetBSD$

--- eg/eg_cm11.plx.orig	Sun Dec 17 22:38:46 2000
+++ eg/eg_cm11.plx
@@ -36,7 +36,7 @@
     $serial_port = Win32::SerialPort->new ($port,1);
 }
 else {
-    $port = shift @ARGV || "/dev/ttyS0";
+    $port = shift @ARGV || "/dev/tty00";
     $serial_port = Device::SerialPort->new ($port,1);
 }
 die "Can't open serial port $port: $^E\n" unless ($serial_port);
