This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASSIGN serial port to virtual device

There is a nice virtual null modem cable (http://com0com.sf.net) which saves me from installing hardware on my pc to get 2 serial ports. It works well with most applications, 3rd party and self written.

To (automatically) test my ARM program, I'd like to ASSIGN one of com0com's ports as the serial device of the simulated ARM. (BTW, this is the internal UART0 of a LPC2292.) But the simulator can't use it, only COM1 to COM8.

Any suggestions what to do are welcome! It might be a hint to trick uV3 (versions: uVision3 V3.12a, CPU DLL SARM.DLL V1.27e, Dialog DLL DARMP.DLL V1.09) into using the virtual port, another (free) virtual null modem, an AGSI DLL which connects to a virtual port, a simulator script ...

0