Re: [Xastir] Thanks

2006-10-08 Thread Curt Mills
On Sat, 7 Oct 2006, mike sullivan wrote: > to Curt & Mike for their replies. Finally bit the bullet and deleted the > xastir.cfg and ran the program again. And with the lessons learned the last > week I sorta knew what I was doing and it went a lot quicker. Also note there there should be four co

Re: [Xastir] Editing the Serial Kiss TNC startup and stop

2006-10-08 Thread Kyle Kienapfel
I can't answer your main question, but I can answer the secondary question :) echo FF > /dev/ttyS0 or without a newline: echo -n FF > /dev/ttyS0 or maybe you mean charactor FF which might be escaped \xFF On 10/7/06, Mark Miller <[EMAIL PROTECTED]> wrote: Is there a file that can be edited to co

Re: [Xastir] slimming down dbf files

2006-10-08 Thread Mike Fenske
Hi Kyle. Not sure if you have split up your NRN shapefile yet, but I have a small perl script that I used here. It uses Tom Russo's "split_shape_by_bbox" program (available from Tom's website) and the resulting files are named as the national topographic series (92G, etc). If you are interested,