http://www.mcu.cz - New site about C51, Rabbit, AVR, PIC, Scenix, CPLD, FPGA, Delphi TCP/IP , Now in czech, englich version coming soon - News - Forums -...
237
carverrn
Jun 28, 2002 7:52 pm
Does anyone by chance have or know of a USB device driver for iRMX III R2.1? Specifically for supporting USB printers on PC based systems....
238
Steve & Loretta Smith
stevejsmith_...
Jul 2, 2002 5:16 am
I would be willing to consult on the side and write a USB driver. Steve Smith ... From: carverrn [mailto:CarverRN@...] Sent: Friday, June 28, 2002 12:53...
239
Kelly Parsloe
kelly.parsloe@...
Jul 3, 2002 12:44 pm
LocSoft Ltd will be willing to quote to write a USB Driver. Our Technical experts are at hand to respond to any requests or queries. Please visit our website...
240
carverrn
Jul 9, 2002 4:14 pm
I was wondering what types of networks/protocols others are using to communicate between a PC running iRMX and hardware. Our system currently uses iRMX R2.1...
241
Chris Fischer
cfischerfron...
Jul 9, 2002 4:26 pm
I converted a system that was using Bitbus to TCP/IP for GE Appliance back in 1995. They were worried about getting the Bitbus hardware. Like you, they...
242
Chris Fischer
cfischerfron...
Jul 9, 2002 4:32 pm
I converted a system that was using Bitbus to TCP/IP for GE Appliance back in 1995. They were worried about getting the Bitbus hardware. Like you, they...
243
Hoban, Mark A
mho357
Jul 9, 2002 5:03 pm
Richard, We tried using TCP/IP for a hard real-time system and found out the hard way that it wasn't a good choice. Our systems run at 1kHz and we found that...
244
Richard.Carver@...
Sep 20, 2002 8:52 pm
Anyone have any problems running iRMX III 2.1 (or higher) on a 2Gig PC system? We've recently put it on a new Dell Optiplex GX260 system and have had several ...
245
Robert Buehlmann
robertbuehlmann
Sep 22, 2002 3:17 pm
Hi Richard, There is an DOSRMX image(not DOSRMX.EXE) running on PCs faster than 133 Mhz. iRMX III Rel. 2.3 works fine on these Dell machines. May be it's an...
246
Richard Carver
Richard.Carver@...
Sep 22, 2002 11:23 pm
Hi Robert, Well we already have R2.1 running on a 200Mhz. What exactly did you mean when you said a "DOSRMX image" but not DOSRMX.EXE? So do you have iRMX III...
247
Richard.Carver@...
Sep 24, 2002 8:30 pm
Hi Robert, Let me correct my previous message, it was the DOSRMX file, and not "DOSRMX.EXE", we received as the patch to get iRMX III R2.1 working on systems...
248
irmxstuff@yahoogroups...
Oct 8, 2002 2:17 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the irmxstuff group. File : /*** Resumes...
249
Richard.Carver@...
Oct 10, 2002 2:37 pm
We are trying to invoke a secondary COMMAND.COM from the DOS side under iRMX III R2.1 but everytime we do the COMMAND.COM locks up before getting the prompt. ...
250
Richard.Carver@...
Oct 10, 2002 7:08 pm
Is there a way to programatically reboot a PC system when iRMX III R2.1 is running? If our DOS front-end terminates we want to automatically reboot the system....
251
Robert Buehlmann
robertbuehlmann
Oct 10, 2002 7:47 pm
Hi Richard, you can reboot the pc with an outbyte 0xfe to port 0x64. A simple test with SoftScope : port 0x64=0xfe <CR> ... and the system will reboot. ...
252
Richard.Carver@...
Oct 10, 2002 9:43 pm
Robert, Can this be done from the DOS side or does it have to be done from the iRMX side? Regards, Rich "Robert Buehlmann" To:...
253
Leon Opit
leon.opit@...
Oct 10, 2002 9:44 pm
Richard, Automatic Conversion of PLM to C Thought readers of this group might like to know of new service LocSoft will be launching next month. From November...
254
Chris Fischer
cfischerfron...
Oct 10, 2002 9:51 pm
You can do a write to the keyboard controller to reset the system. I'd have to look up the specific in and out bytes to send. ... From:...
255
Robert Buehlmann
robertbuehlmann
Oct 11, 2002 4:59 am
Hi Rich, this trick works from the DOS side. Try it with the DOS debugger: DEBUG <CR> - o 64,fe and the system will reboot. Best regards, Robert ... Ing.-Buero...
256
Richard.Carver@...
Oct 11, 2002 3:26 pm
Maybe I'm doing something wrong. I decided to try it from the iRMX side so I added the following line to our shutdown code (PLM/386): OUTPUT(064H) = 0FEH; ...
257
Robert Buehlmann
robertbuehlmann
Oct 15, 2002 4:41 am
Richard, I have seen in the last 3 years only one PC with a custom BIOS, where OUTPUT(064H) = 0FEH; does not work. Did you try it on a different PC ? Does it...
258
Richard.Carver@...
Oct 16, 2002 10:03 pm
When our system boots it looks like the R?INIT is echoed to all the terminals listed in the TERMINAL file. In our case one of these terminals is for a dynamic...
259
Richard.Carver@...
Oct 18, 2002 12:24 pm
I have a correction. I said it was the R?INIT output that was appearing on the modem terminal but I made a mistake. It's during initialization but the output...
260
Jan Baan
jan.baan@...
Oct 18, 2002 1:10 pm
Hello Richard, If I remember correctly, the initialisation messages go to the first terminal mentioned in :CONFIG:TERMINALS. You could experiment in changing...
261
Richard.Carver@...
Oct 18, 2002 1:24 pm
Hi Jan, Here is our TERMINAL file: 2 com1,world,,wyse50 pcx_t1,,,wyse50 Your are right, the R?INIT output does go to the first terminal. However, the "System...
262
Richard.Carver@...
Oct 24, 2002 4:31 pm
Hi Robert, I finally got back to looking at the reboot issue. I haven't retried it from the iRMX side yet but I did try it from the DOS side with mixed...
263
Robert Buehlmann
robertbuehlmann
Oct 25, 2002 5:58 am
Hi Richard, I have only seen one system in the last 3 years with the same behavior. On this system CRTL-ALT-DEL key combination doesn't work too. The machine...
264
Richard.Carver@...
Oct 25, 2002 1:48 pm
Hi Robert, Yes, CTRL-ALT-DEL works on these systems with DOS and DOS/iRMX running. The only software method of rebooting that seems to work on these systems is...
265
Robert Buehlmann
robertbuehlmann
Nov 7, 2002 6:57 am
Hi Rich, are special cards installed in the system ? I don't know details about Intel Classic/PCI LP. There are some systems, where the "out 64 fe" does not...