Search found 11 matches

by mesheets
30 Apr 2011, 23:51
Forum: Mindstorms Software
Topic: RCX serial commands
Replies: 18
Views: 17179

Re: RCX serial commands

for things like turnouts (and any future lights), I should be able to program a PICAXE to control. I would have the NXT be the user-interface and data distribution center. It would send commands to the RCX to run the DCC signals, and to the PICAXE to control the turnouts (and TT, if I motorize it)....
by mesheets
29 Apr 2011, 02:51
Forum: Mindstorms Software
Topic: RCX serial commands
Replies: 18
Views: 17179

Re: RCX serial commands

I guess for both my wishes (good IR control, and DCC), I need BrickOS... Any idea where I can get help with it? The best source is likely still lugnet.com's lugnet.robotics.rcx.legos newsgroup. You can view via a web browser or subscribe using a newsgroup reader. Though the newsgroup is very low tr...
by mesheets
22 Apr 2011, 13:34
Forum: Mindstorms Software
Topic: wishlist for BricxCC
Replies: 186
Views: 706491

Re: wishlist for BricxCC

I'm not sure I see what would be considered discussion...that was a wish for BricxCC for Linux that fully supports the RCX???
by mesheets
22 Apr 2011, 13:31
Forum: Mindstorms Hardware
Topic: USB Tower and RCX and win2K
Replies: 10
Views: 14110

Re: USB Tower and RCX and win2K

Both the Serial & USB versions of the RCX Towers work fine on my LinuxMint amd64 Box With the exception that, as noted above, the Linux USB Tower driver does not implement support for all the capabilities of the USB Tower (including such things as baud rate and carrier frequency). legousbtower-...
by mesheets
22 Apr 2011, 13:07
Forum: Mindstorms Software
Topic: RCX serial commands
Replies: 18
Views: 17179

Re: RCX serial commands

LDCC itself isn't so much for programming as it is for running as a DCC command station; however, the DCC packet generation capabilities have been ported to the pbForth and patched BrickOS firmwares to facilitate programmatic control of the packet generation. LDCC is able to accept commands via IR, ...
by mesheets
22 Apr 2011, 01:13
Forum: Mindstorms Software
Topic: RCX serial commands
Replies: 18
Views: 17179

Re: RCX serial commands

Instead of a USB tower, I can just use a COM port. Right now, I am using a virtual COM port (FTDI HW). I can communicate with BCC using COM 2 (in this case). BrickOS should be able to do the same... no real need for USB IR Tower. BrickOS supports communication via serial COM and USB IR Tower, plus ...
by mesheets
21 Apr 2011, 22:44
Forum: Mindstorms Software
Topic: RCX serial commands
Replies: 18
Views: 17179

Re: RCX serial commands

Yes, the setup for BrickOS is a bit involved. In addition to what was noted in the USB driver thread, another reason for my interest in a Linux distribution was providing a means to greatly reduce the complexity of the setup. Most of BrickOS is written in C, so it is well-suited to the Linux environ...
by mesheets
21 Apr 2011, 21:45
Forum: Mindstorms Software
Topic: wishlist for BricxCC
Replies: 186
Views: 706491

Re: wishlist for BricxCC

Thank you--I guess when I mentioned multi-platform, I should have mentioned that I am specifically interested in what might be available for Linux.
by mesheets
21 Apr 2011, 20:20
Forum: Mindstorms Hardware
Topic: USB Tower and RCX and win2K
Replies: 10
Views: 14110

Re: USB Tower and RCX and win2K

One of my thoughts in this area has been to create a lightweight Linux virtual machine and do a USB pass-through of the Lego USB IR Tower to the Linux VM. I have been working with the SliTaz distribution to create packages that would be of use for the RCX. Though I think it will work well in the lon...
by mesheets
21 Apr 2011, 20:03
Forum: Mindstorms Software
Topic: RCX serial commands
Replies: 18
Views: 17179

Re: RCX serial commands

I know in NQC, you can use the SetSerialComm, SetSerialPasket, SetSerialData, and SendSerial to send user unique serial strings with varying specs, and bytes. How do you receive a string of serial data though? I know you can use the typical Message() to get the last "message" that was sen...