Seems like you don't have to write much. Put you commands in a text file then a cron job copies the file to the serial port and send any data coming back to stdout. Gets piped to script that dumps that and current time to sql database. I bet a dozen lines of code total.
> On Apr 6, 2016, at 3:34 PM, Magnus Danielson <[email protected]> > wrote: > > Hi, > > I have too been tempted to do this, but never got around to it. > It one among many projects I should do one of these days. > Have a bunch of PRS10 to debug. > > Cheers, > Magnus > >> On 04/06/2016 11:13 AM, Mike Cook wrote: >> Before I start re-inventing wheels, has anyone got a non-graphical interface >> to the PRS10. >> Specifically, I want to log over time any/all the data points seen on the >> RbMon output, though it would be nice to have a curses version of the window. >> >> I have got a sniffer on the link and interaction looks simple enough. >> >> RbMon just executes a cmd? followed by 0x0d (CR) for each of the values in >> turn and formats the returned data. Not all data values are requested each >> cycle as some are unchanging. The PRS10 does not appear to send unrequested >> data. >> >> Any input appreciated. >> regards >> >> "If you don't know what it is, don't poke it." >> Roger Bacon >> _______________________________________________ >> time-nuts mailing list -- [email protected] >> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. > _______________________________________________ > time-nuts mailing list -- [email protected] > To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
