 | | Occasional Problem
|
|
I have a problem, which is more an inconvienve. At first my HB does not load IC correctly. But after five or so repeats of the below procedure, it works like it should: dl pcode_hb.s19 Everything is OK here. ic Below is reported: Attempting to link (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | synchronization problem with old IC
|
|
Hi Will, I'm assuming that you're using IC 2.81 on an IBM PC? One possible cause is that since IC 2.81 is a DOS program, the serial communication routines for old IC is flakey under a DOS box under Windows. Please run with the window in full-screen (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | Max poke rate?
|
|
Hi, I've been trying to write to PD2 using the following: int write_port(int port, int value, int mask) { poke(port,(value & mask)|(peek(port) & ~mask)); } It works fine except that the fastest cycle that I can get out of PD2 is about 242 Hz. I need (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | reverse video in IC?
|
|
Is it possible to use printf to display reverse video on the handy board's LCD screen? I'm thinking about creating a menu system for my robot, and inverse video would be nice... Just curious! (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | Re: Max poke rate?
|
|
(...) I think the Interactive-C overhead will prevent such fast repetition. Simple statements take about a millisecond, with printf's taking 10 msec. You'll probably have to do it in assembler, and use an .icb file. Hope this helps... -mike * (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | Re: Max poke rate?
|
|
(...) One option might be to try Kurt Konolige's IC compiler. I believe it only runs on a Unix machine, but you are able to compile programs for greater speed. Check out (URL) ___...___ Tom Cicatelli cica@tiac.net Melrose, Massachusetts ___...___ (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | Re: Occasional Problem
|
|
You may be doing this from a DOS window in a Windows 95 environment. If you have your network applications running in the background and if there is large data transfer in the background (in my case NETSCAPE updating certain screens automatically, (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | L293 B/D/E
|
|
It seems to be a bit difficult to find those L293D motor drivers here in Finland. But types B and E are available. What is the difference between types? Is it OK to use type B with HB? I don't have the data sheets available, so helpful information (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | Re: L293 B/D/E
|
|
Hi Petteri (et all), Partial answer to your question is on FAQs at HB www page. Some more info comes from and old message by Randy Sargent on the HB list. Sorry but no idea about the E type. Julio Fernandez Spain (...) ---...--- (from FAQs) at (URL) (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
|
|
 | | Unsubscribe
|
|
This is a request to remove the following address from your mailings list: cjohnson@qco.com (or any other person at qco.com) If this message is not sufficient to remove us from your mailings list, please advise as to proper procedure. (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
|