To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *1160 (-20)
  Re: sending files to pbForth - results
 
Hi Vlad, (...) These commands are low-level calls to ROM firmware. If you want to simulate original firmware' behaviour you mast do a little coding. May be you will be interested to see my small example at the end of this post. This is the part of (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: sending files to pbForth - results
 
i tried, and indeed CRT works much better. but, when using POWER_INIT and POWER_OFF standalone, the display remains lit, showing 4th... and when running TEST_POWER from the supplied scripts, the RCX suddenly (at the fourth step) did not want to come (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: sending files to pbForth
 
(...) yes, that I forgot to do... (...) yes, and it works well in direct mode via HyperTerminal (...) I will try it sorry for bothering with FAQs... have a nice day /Vlad (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  RE: Window CE Support for the Mindstorm Unit
 
(...) The IS a forth.com already :-) (...) Right on. You sell support, or bokks, or whatever to go WITH the software. I'd like to know what the profitablilty of Microsoft Press is... (...) There are lots of Forths written in C. Try to pick one (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  RE: sending files to pbForth
 
(...) Remember to set up character and line pacing. Char pacing should be about 20 msec or so and the line space should be 100 msec. Does the LCD display 4th after you have uploaded pbforth.srec using NQC? I personally HATE hyperterminal. Try CRT. (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: sending files to pbForth
 
Ralph Hempel skrev: > * how does one send files to pbForth? HyperTerminal is garbling everything up - The double chars are eliminated in this release. Thanks for the quick answer! I downloaded the latest version. But what I meant by garbling was (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  FW: Window CE Support for the Mindstorm Unit
 
-----Original Message----- From: Stalker-Wilde, Graham [mailto:graham.stalk...@csfb.com] Sent: Friday, November 19, 1999 2:30 PM To: 'Ralph Hempel' Subject: RE: Window CE Support for the Mindstorm Unit no problem. wait a minute - there is no.... No (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  FW: Window CE Support for the Mindstorm Unit
 
-----Original Message----- From: Stalker-Wilde, Graham [mailto:graham.stalk...@csfb.com] Sent: Friday, November 19, 1999 10:32 AM To: 'Ralph Hempel' Subject: RE: Window CE Support for the Mindstorm Unit you did indeed get another one, and I'd love (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  FW: Window CE Support for the Mindstorm Unit
 
-----Original Message----- From: Stalker-Wilde, Graham [mailto:graham.stalk...@csfb.com] Sent: Friday, November 19, 1999 12:42 PM To: 'Ralph Hempel' Subject: RE: Window CE Support for the Mindstorm Unit Doh! Question for you. I built a scanner (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  RE: sending files to pbForth
 
(...) Yes, they are a FAQ. PLease refer to the website for FAQ info. It sounds like you do not have the latest version of firmware. Go to the website and gran a copy of the lastest 1.1.0 pbForth. The double chars are eliminated in this release. (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  sending files to pbForth
 
I realize these might be a FAQ, but cannot seem to find the answers... * how does one send files to pbForth? HyperTerminal is garbling everything up - was that one of the problems with it that Ralph was talking about? maybe another terminal program (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: O_ASYNC problem (Solaris again)
 
BTW, a really good article on Solaris aio is here: (...) ###...### Profanity is the one language that all programmers understand. -Anonymous ###...### (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  RE: local echo (MMOOTTOORR__SSEETT instead of MOTOR_SET)
 
(...) Well, when there's nothing to actually RUN under WIN9x or Linux or MacOS then it's hard to get the installation wrong :-) (...) Yup, it's the tower. (...) Let me know what works. I suggest a simple terminal program that allows XMODEM transfers (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: Problem with asm statement in loader.c
 
(...) Hi Klaus, first: forget gcc-2.95.2 for CROSS-compiling for the moment, it does NOT work with legOS-0.2.2. You can compile legOS using it, but legOS will hang immediately when you try to download any user program. I guess only Markus is able to (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: local echo (MMOOTTOORR__SSEETT instead of MOTOR_SET)
 
(...) Yes, the tower... And unfortunately you can't turn it off. Sergey (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: local echo (MMOOTTOORR__SSEETT instead of MOTOR_SET)
 
thank you both, I got it working now (I had the 1.0.7, so I downloaded the latest one, if only every installation was that simple:-) and I subscribed to the announce list. however, I was wondering, if the pbFORTH does not echo the keystrokes and (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.pbforth)
 
  Re: O_ASYNC problem (Solaris again)
 
(...) I think it is quite likely that Solaris does not have it- neither Solaris i386 or Solaris Sparc (at least the versions that I have access to) have it. (...) Hmm. O_ASYNC is defined in /usr/include/bits/fcntl.h under Linux. The equivalent file (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Problem with asm statement in loader.c
 
hi, as many others, i also want to succeed in building legOS (0.2.2). :) my platform is linux, kernel 2.0.38, glibc1. i've builded binutils-2.9.1.0.25 and gcc-2.95.2 as described in the howto. version 0.1.7 works just fine, but if i attempt to build (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  O_ASYNC problem (Solaris again)
 
Hi all, We are persisting with our build on solaris for legOS 0.2.2 things are getting closer. We have sorted out the getopt.h problems by just copying the getopt.c and getopt.h into the dll-src directory (because it is a known path for the Makefile (...) (25 years ago, 19-Nov-99, to lugnet.robotics.rcx.legos)
 
  Re: Notes on WinNT and legOS 0.2.2
 
(...) In fact, as currently configured, building user-land programs also requires one of the perl programs in util, so we can't quite get rid of it yet. Here is my perl analysis- As far as I can tell (via extensive grepping and make-file reading), (...) (25 years ago, 18-Nov-99, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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