48: Send string via serial as text file
|
05-16-2014, 12:30 PM
Post: #6
|
|||
|
|||
RE: 48: Send string via serial as text file
(05-15-2014 10:03 PM)Dave Britten Wrote: I've been logging some data on my 48GX, then later transferring it to my 200LX to analyze in 1-2-3. Right now I just build a string with CSV data in it on the 48, then send it in ASCII mode via Kermit. Works perfectly fine, but I have to open up Memo on the 200LX and strip out the standard HP headers and quote marks around the string before I can import the file into 1-2-3. Well that's a coincidence! I've just been adding the same functionality to my Hoppi program (for HP48/49/50 <-> Mac OSX communications). I added a feature to the Kermit server on the computer so that it can dynamically decode a calculator string on the fly, as it is received, and store the contents in the file. To do this I had to watch out for embedded backslashes and double-quotes in the string as they need to be "unescaped" when encountered. I remember being mildly surprised, when I first tried to transfer text files, that there seemed to be no easy way of doing it with built-in RPL functionality -- unless I missed something? Paul |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
48: Send string via serial as text file - Dave Britten - 05-15-2014, 10:03 PM
RE: 48: Send string via serial as text file - Raymond Del Tondo - 05-15-2014, 10:29 PM
RE: 48: Send string via serial as text file - Dave Britten - 05-15-2014, 10:52 PM
RE: 48: Send string via serial as text file - Raymond Del Tondo - 05-15-2014, 10:59 PM
RE: 48: Send string via serial as text file - Dave Britten - 05-15-2014, 11:10 PM
RE: 48: Send string via serial as text file - pdo - 05-16-2014 12:30 PM
RE: 48: Send string via serial as text file - HP67 - 05-16-2014, 12:54 PM
|
User(s) browsing this thread: 1 Guest(s)