Leave a comment

Comments 13

mcfnord August 11 2006, 08:05:38 UTC
write a hardware interface before you judge.

Reply

substitute August 11 2006, 08:12:27 UTC
I judge! I am using shitty software. It doesn't work. People shouldn't ship things that don't work.

Reply

scromp August 11 2006, 13:49:26 UTC
I have had to write such things in the past at work; we often perform identical operations over {serial, pci, udp}. Serial is consistently a pain in the ass both for us and our users. There are too many things that can be slightly wrong, few ways to programatically tell what it is, and the only way to recover is to just get tired of going "hey! hello? is this thing on?" and start over. Mix in crappy chipsets, connections, cabling, or drivers and even when you have everything right it still goes south at random points.

It's always the easiest thing to get up and running on a prototype, though, so we can never get away from it. I think my favorite day of those kinds of projects is the day I realize no one's using the serial code anymore.

Reply

mcfnord August 11 2006, 17:52:31 UTC
looks like they got your money!

Reply


Koşmar torgo_x August 11 2006, 10:30:19 UTC
Welcome to THE NIGHTMARE!

Reply


brianenigma August 11 2006, 14:42:17 UTC
Hey! I design those devices! And our software isn't... well, okay. Maybe it is. But that is not my department. I have neither radio nor software, but if you are able to sniff and decipher the protocol (and it's probably a really simple protocol, given the age and the fact that it's serial), it shouldn't be too difficult (for me or a number of others on your friend list) to reimplement in a little OS X/Unix Open Source app.

Reply

do_not_lick August 11 2006, 20:52:15 UTC
I was going to suggest something similar (that I or another friend could write an app), but then I realized that I really absolutely didn't want to. :) I've worked on utilities like that, and there's a reason that they're mostly only developed by "a semicompetent nerd who hates humans" (a very apt description) -- it's annoying and painful to do, and nobody normal really wants to have anything to do with it.

That being said, if somebody else writes the backend code, I'd be willing to help out with front end CLI/GUI stuff.

Reply


eyeteeth August 11 2006, 16:41:09 UTC
SAY WHAT YOU WILL BUT THANKS TO FUTURISTIC TECHNOLOGY MY PLANE IS NOW 37% MORE INCLINED

Reply


do_not_lick August 11 2006, 20:52:30 UTC
What are you programming a radio for, anyways?

Reply

substitute August 11 2006, 22:22:11 UTC
I have a scanner which does digital modes and other crazy stuff and programming it via the keypad is a nightmare and/or impossible. So I'm stuck with shitty old windows software. There's a linux program someone did, I may even try running linux emulated to make this shit work

Reply

do_not_lick August 11 2006, 22:40:12 UTC
If it's a linux app, you could probably compile it for OSX without having to do emulation, couldn't you? If it won't compile, I wouldn't mind taking a look and seeing what has to happen to get it to build on my mac mini.

Reply


Leave a comment

Up