7

I'm new here. I used to use the old Mindstorms to teach robotics at a school back in early 2000s and I thought my grandson would like it, so I have bought an old second hand system. The RCX brick works and the tower is connected to the USB-serial port adapter. It says the RCX is working fine and will download 4 or 5 prog blocks. If I try more it tries but won’t download. Do you have any ideas?

zovits
  • 16,181
  • 1
  • 41
  • 80
Jotec
  • 151
  • 4
  • I've encountered this issue before, but I'm not sure if I remember how I solved it. What OS are you using (and what usb-to-serial converter, if you have that info as well?) In the meantime try the suggestions here: https://bricks.stackexchange.com/questions/10160/serial-tower-rcx-1-0-works-with-nqc-but-flakey-with-ris-2-0 – MindS1 Feb 15 '22 at 20:54
  • Thanks will look up info. – Jotec Feb 16 '22 at 09:02
  • Thanks it is running on XP sp3. I have looked at your link but so far no progress. Additionally when I exit the software something remains as it will not reload saying only one copy of mindstorms can run. – Jotec Feb 16 '22 at 10:15
  • Now failing to download built in progs! – Jotec Feb 16 '22 at 10:17
  • Couple more questions for you: 1) Is this Windows XP running in a virtual machine? 2) Do you have access to a USB version of the IR tower? 3) It's possible the drivers for the USB to Serial converter are outdated, but the solution depends on its internal chipset. Mine uses the Prolific PL2303 chip, which has WinXP drivers here. – MindS1 Feb 16 '22 at 17:33
  • Also try installing BricxCC which is a popular 3rd-party tool for interacting with the RCX. It supports the USB and Serial towers, and supposedly works more reliably than the default Lego software. See if you can download the firmware, control motors, download programs using this tool instead. Could help diagnose the issue. – MindS1 Feb 16 '22 at 17:35
  • Hi, the machine is an Xp not virtual. Hope to get another RCX on Friday to try the tower is serial running on usb converter I will try another converter. I have downloaded the bricxx but have not tried it yet as it is too much for the 8 yr old. Will give it a go. – Jotec Feb 16 '22 at 22:40
  • Got an older Xp system and it all works fine on that so defiantly looks like it is the usb serial converter that is giving the problem so I will sort out another converter and see if that fixes it. – Jotec Feb 21 '22 at 08:49
  • Glad to hear it! My understanding is this is a fairly common issue, so I've summarized our discussion in the answers section so future people can benefit. – MindS1 Feb 21 '22 at 16:02
  • The saga continues. I have acquired a usb tower. I thought this would solve the problem. I have installed it with the L tower software but the mindstorms still can’t find it. Any ideas? – Jotec Feb 25 '22 at 21:32

1 Answers1

2

Summarizing our discussion from the comments:

System is running Windows XP SP3 (not a VM) with an (unknown) USB to Serial converter connected to the Serial IR Tower.

Problem is that most interactions with the RCX are unsuccessful; Communication begins, but is typically interrupted partway through downloading programs to the brick.

  1. OP attempted suggestions from this post, with no luck.
  2. Tried a different RCX with no luck.
  3. Tried a different WinXP system with a built-in serial port and downloads were successful. Indicates the problem is with the USB to Serial converter.

Conclusion: Not all USB to Serial converters are compatible with the Mindstorms Serial Tower. It is known that USB to Serial converters based on the PL2303 chipset work reliably, but this information is not always readily available. PL2303 has driver support for Windows 98 thru Windows 10, currently available for download here.

MindS1
  • 1,372
  • 6
  • 15