Display Hardware Information

Hi

how can I see all the hardware informataion of the devices that are connected to my PC? (Like size of the RAM, Speed of my Processor).

Thanks

If I understand correctly you have a QNX6 target connected to your Windows development PC?

If this is correct…then from a command prompt (over a serial port or telnet) you can run “pidin in”. Or you can connect to the target with the Momentics IDE and qconn over TCP/IP and look at the “System Information” perspective.

There is also the command pci -v which will show all the pci devices, unfortunately this information isn`t available from the IDE.

Thanks