To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.pbforthOpen lugnet.robotics.rcx.pbforth in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / pbFORTH / *513 (-20)
  Re: Terminal Emulator
 
(...) saving the system (SAVESYS) and I would like to test it with another Terminal Emulator. Thanks Mario (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
(...) I agree that the core should be kept small, I'm sorry for not thinking this through all the way. Please do post the definitions on this message board so we can all benefit from your work. I will do the same. (...) No ignorance on your part, a (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Terminal Emulator
 
Ralph Hempel has one written in Tcl that be downloaded from his web site: (URL) noticed that there is also a c.l.f. newsgroup message titled 'Small terminal emulator' that is asking for the same thing to be written in a public domain Forth. This (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
Hi David, If I can come up with anything usefull, I could post the source code here or send it to you by e-mail. Again, I think it's best that M. Hempel keeps the core small and that we add extensions to that core. Excuse my ignorance, but what is (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
I agree that pbForth is GREAT! Hopefully you're forwarding all your debugging words to Mr. Hempel. I noticed on the c.l.f. newsgroup in a message called 'Small terminal emulator' that Lionel Rogers is writing an introduction to programming book (...) (22 years ago, 16-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
(...) Hi Ralph, You may be right because if I insert KEY somewhere in the loop, it displays the information at each pass in the loop. (...) Otherwise, I like pbForth a lot. I'm still learning the particularities of this implementation (what's in, (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  RE: Displaying info while debugging
 
Yes, rcxTcl is probably looking at the data coming in on the IR and buffering it until there is a pause. I'll check it out this week and send out an update if I can.... How are you making out otherwise with pbForth? Cheers, Ralph (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: Displaying info while debugging
 
Ralph, Coult it be that the console (RcxTcl) does that (and not pbForth)? Thanks Mario (...) (22 years ago, 15-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Terminal Emulator
 
Hi, I'm trying to find a Terminal Emulator that can access the IR Tower thru a USB port. So far, the ones I found can access only a serial port (COMx). Any suggestions? Thanks Mario (22 years ago, 8-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  RE: CPR for RCX?
 
(...) Me too, except that Forth gives you ample opportunity to hang the machine with infinite loops and errant pointers causing writes into the program space. On the bright side, I have been working on a trap handler for pushbuttons that will give (...) (22 years ago, 7-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: CPR for RCX?
 
(...) Thanks. Good to know. (...) I'm familiar with that procedure, too. Thank goodness for the '-firmfast' flag in NQC... I do have another question, though (Oh, the joys of actually testing on real hardware...) 1) When I load a program, does it (...) (22 years ago, 7-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: CPR for RCX?
 
From my experience, what you are describing is normal behavior for the current version of pbForth. Mr. Hempel has done an excellent job of creating a version of Forth to work with the RCX, but the work is far from complete. If you look at the (...) (22 years ago, 6-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  RE: CPR for RCX?
 
(...) Matt, Just because the LCD is blank does not mean that pbForth is not running. When you power the RCX on and pbForth is the firmware, the LCD is blanked. Can you communicate over the IR link? If so, you're fine. If you DO need to remove the (...) (22 years ago, 6-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: CPR for RCX?
 
I don't know much about forth, but I'll try to help. I'm not sure that any firmware (normal) could keep the RCX from turning on. Try taking the batteries out, wait a few minutes, then put the same ones back in. If it turns on, it was the firmware. (...) (22 years ago, 6-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  CPR for RCX?
 
Hello all, I've got a rather odd condition here with my old 1.0 RCX. It's seen just about every firmware out there, and I just nuked Lejos for pbForth. I used the NQC downloader, loaded the most recent s-record, and lo!, '4th' appeared on my (...) (22 years ago, 6-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Displaying info while debugging
 
Hi, I would like to be able to show some info on the Terminal Emulator while debugging, but it seems that pbForth "keeps" the info until the program is over. For example: : TEST 100 0 DO I CR . 7 1 0 MOTOR_SET LOOP 7 4 0 MOTOR_SET ; will start the (...) (22 years ago, 3-Jun-02, to lugnet.robotics.rcx.pbforth)
 
  Re: [ANN] pbForth Version 2.1.4 Release and Music Tutorial
 
Hi Ralph, (...) Thank you very much :-) (...) I gave it a look and so I've just released the new version of my Brick's Music Studio that supports pbForth. I'm not a pbForth user yet, so I was wandering if you and Mario could give it a try :-) You (...) (22 years ago, 27-May-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  [ANN] pbForth Version 2.1.4 Release and Music Tutorial
 
The new 2.1.4 Version of pbForth has a minor fix that affected programmers using the MARKER word. I recommend you get the new 2.1.2 GUI while you're at it because it is less agressive in stripping comments when uploading scripts. This was causing (...) (22 years ago, 25-May-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
 
  Announcing a pbForth emulator
 
I started this project because I like pbForth, but having no previous experience about coding in Forth I felt the need of a comfortable environment where to test and debug my programs. I know that a good factored Forth code needs little if any (...) (22 years ago, 21-May-02, to lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx)
 
  Re: somewhat off topic, but...
 
Repost to proper newsgroup... ===...=== I'm NOT biased because I DIDN'T write the thing... Forth is a wonderful language that has a proven track record. I don't use it in my job simply because management has never heard about it. I don't mean to (...) (22 years ago, 17-May-02, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR