17 May
2009
17 May
'09
7:34 p.m.
Hi Dan, On May 15, 2009, at 5:40, Dan Smith wrote:
This looks to me like the same issue we've had in the past with MacOS where it doesn't find any ports and croaks on that fact. I fixed it in D-RATS but might have forgotten to fix it in CHIRP as well. If you fool it into thinking there is a serial device, it might be happy.
Something like: "touch /dev/tty.usbserial9" or something will give it something to populate that list with.
well touch doesn't like /dev, but you can use ln -s but adding tty.usbserial9 as a link to tty.KeySerial1 doesn't seem to help any at all.
Sorry, not much of an answer, but if this doesn't help, I'll try to explain more and/or fix it later on :)
sounds good to me!
thanks!