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 / *643 (-20)
  PbForth compatibility
 
Hi, Does PbForth run on RCX 1.0 and RCS 1.5? (19 years ago, 22-Jan-05, to lugnet.robotics.rcx.pbforth)
 
  Re: Help with latest pbForth firmware
 
(...) I've just uploaded a new version of a test build of BricxCC (as well as NQC) to (URL) I've just redone my tests again since you said 3.3.7.7 worked with the same version I tried earlier and now it is working with my current version. I don't (...) (19 years ago, 18-Jan-05, to lugnet.robotics.rcx.pbforth)
 
  Re: Help with latest pbForth firmware
 
Hi John, Just to let you know that I have the same version of PbForth and it works fine with BricxCC version 3.3 (Build 3.3.7.7). Would you like me to try your new version here? Bye Mario (19 years ago, 18-Jan-05, to lugnet.robotics.rcx.pbforth)
 
  Help with latest pbForth firmware
 
I recently downloaded the latest pbForth files for Win32 from Ralph's site. I overwrote the previous version of the pbForth firmware file as well. Today, while I was trying to verify that my latest BricxCC changes haven't broken anything I tried (...) (19 years ago, 17-Jan-05, to lugnet.robotics.rcx.pbforth)
 
  Communication between two RCX
 
I have two RCX. I would like to use the first one to download PbForth (and other forth programs) to the second one using the infrared port. Is there a way to do this? Thanks Mario (20 years ago, 13-Nov-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Help - no response from "brick"
 
(...) This old post may be useful to the people out there who are trying to use pbForth with BricxCC. (URL) bitmap is missing but it didn't contain any really useful information. The most important thing to remember about BricxCC and pbForth is to (...) (20 years ago, 18-Oct-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Help - no response from "brick"
 
(...) ---...--- Thanks for your response. It, along with Parick's posting of 9 April enabled me to get started. Jordon (20 years ago, 15-Oct-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Getting started; FFT; millisecond timing
 
Thanks for your posting of 9 April 2004. It was very useful. Jordon (20 years ago, 15-Oct-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Help - no response from "brick"
 
(...) I don't know the answer, but I know a workaround: use Bricxcc's pbForth console. see (URL) (20 years ago, 14-Oct-04, to lugnet.robotics.rcx.pbforth)
 
  Help - no response from "brick"
 
I used nqc to download pbforth.srec. (The LCD displays "4th".) There is no response from the "brick" using either HyperTerm or CRT4.1. I'm using RCX1.0. Am I missing something? Thanks, Jordon (20 years ago, 13-Oct-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Getting started; FFT; millisecond timing
 
(...) Thanks, Patrick. I just took the plunge into pbForth and I was stuck. After downloading the firmware, I couldn't get Ralph's console nor Hyperterminal to give me an "OK" response. I couldn't figure out how to get to the Bricxcc pbForth (...) (20 years ago, 10-Oct-04, to lugnet.robotics.rcx.pbforth)
 
  RE: Pbforth probs
 
Did you upload the pbforth_servo.srec file? (...) (20 years ago, 22-Jul-04, to lugnet.robotics.rcx.pbforth)
 
  Re: Pbforth probs
 
(...) The fact is that nothing happens! Servo doesn't move (the interface works well with NQC) Or the console says "ABORTED etc..." What's wrong? (20 years ago, 22-Jul-04, to lugnet.robotics.rcx.pbforth)
 
  RE: Pbforth probs
 
Sorry, the page IS unclear. 0 1 0 SERVO_SET will center the servo on the first motor port 50 1 0 SERVO SET wil moove it in one direction 100 1 0 SERVO_SET will move it more in one direction -50 1 0 SERVO_SET will move it in the other direction -100 (...) (20 years ago, 22-Jul-04, to lugnet.robotics.rcx.pbforth)
 
  Pbforth probs
 
Hi. After reading the web pages, word lists, help, tutorials, I still wonder how to control SERVO MOTORS with PBForth. I tried the SERVO_SET command but it says "ABORTED (missing ;?)" What does it mean?How can I interprete the syntax explained on (...) (20 years ago, 22-Jul-04, to lugnet.robotics.rcx.pbforth)
 
  Getting started; FFT; millisecond timing
 
Hi everyone, my first posting. First off, heartfelt thanks to Ralph for pbForth. Having recently (Jan 2004) got hold of Mindstorms 2.0 I thought I would lay out the way I found to get up and running with pbForth. It took me a week or two to figure (...) (20 years ago, 9-Apr-04, to lugnet.robotics.rcx.pbforth)
 
  RE: Problem with rcxTcl.exe and the USB IR tower
 
I have a tentative solution to this problem. I've written a DLL that will also allow me to change some interesting stuff like baud rate and imeouts on the tower. This may allow us to finally get full control of the RCX USB tower! Hopefully I can (...) (20 years ago, 9-Feb-04, to lugnet.robotics.rcx.pbforth)
 
  Re: LEGO Tower API and Filenames
 
(...) One other thing you could try is to physically disconnect and then reconnect the USB tower from the system. I've found that (on Win98 at least) the driver sometimes freezes up and won't open until after I do that little dance. Also, you could (...) (20 years ago, 6-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  RE: LEGO Tower API and Filenames
 
(...) Yes, I escaped the characters. The identical code works on the Win2K machine and does not work on the win98SE machine with identical LEGO drivers installed. Hmmmm Ralph (20 years ago, 5-Feb-04, to lugnet.robotics, lugnet.robotics.rcx.pbforth)
 
  Re: LEGO Tower API and Filenames
 
(...) Did you escape the backslashes in the C string? CreateFile("\\\\.\\LEGOTOWER1", GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING, 0, 0); Just a thought... it's easy to forget sometimes. Mark (20 years ago, 5-Feb-04, to lugnet.robotics, 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