![]() |
Re: Using an FRC with the RCX?
2 updates:
1. Found gray cable setup. Code:
GRAY CABLECode:
From front:Get the idea? 2. What's the TTL output? I was thinking of the possibility of connecting through that. The prog port is used for so much else! |
Re: Using an FRC with the RCX?
Quote:
Quote:
|
Re: Using an FRC with the RCX?
I know that its probably more fun to reverse-engineer it, but have you guys thought about talking to LEGO for the specs? I know that they sponsor team 96 and I think their mindstorms engineers work with them.
|
Re: Using an FRC with the RCX?
Why? all the reverse-engineering and spec-finding has been done for us. The most reverse-engineering I've done yet is putting a continuity tester to the original gray cable! And RS-232 has been standardized to death, so it's the easiest protocal to use (at either end!).
|
Re: Using an FRC with the RCX?
The TTL port uses the same transmission format as RS-232 (low start bit, 8 data bits, high stop bit). So if you take a 3-pin cable and attach it the Tx, Rx, and Gnd pins on a DB9 female connector, you can use TTL port instead of the prog port. The macro would need to be changed slightly.
Odd, ifi_utilities.c and printf_lib.c both use 'TXREG', but ifi_picdefs.h defines 'TXREG1' and 'TXREG2'. |
Re: Using an FRC with the RCX?
Quote:
|
Re: Using an FRC with the RCX?: Revision B TTL cable
Use this cable for connecting to the LIRT:
Code:
LIRT TTL/DigThe Pin Equivalents are: Code:
3 TTL.RedSpecific info on what to send can be found in the Mindstorms SDK. (Use v1.5 I believe) |
| All times are GMT -5. The time now is 15:17. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi