Hi everyone,
I am making a project for my ending project in Selcuk University. I need a .dll or 3rd party tool for connect uVision Simulator's USART to my PC's serial port to test my applications; like COMPIMM component in PROTEUS. I make a search for couple a days but i couldn't find anything about it. I have a loopback connection between my COM1 and COM2. So i can test my embedded codes in LPC2148 and my control program in PC very quickly.
If i have an answer about it i will be very appreciate.
Have you checked the manual? The simulator already have commands to connect the simulated serial ports to your PC com ports.
http://www.keil.com/support/man/docs/uv3/uv3_cm_assign.htm
I looked uvision help files in my computer but i couldn't see it, actually i did not think it can be like that so i wasn't dig it very much.
thanx for your answer.
"The simulator already have commands to connect the simulated serial ports to your PC com ports"
I think he's got that bit.
I think what he wants is to be able to connect uVision's simulated serial port direct to another application's simulated serial port without having to use physical COM ports and a Null-Modem cable?
Like this: http://www.keil.com/forum/docs/thread10132.asp ?
Yes, but the request said "connect uVision Simulator's USART to my PC's serial port" - which is what I wrote an answer to.
Yes - the ability to pose a good question is >50% of the way towards getting a good answer!
I used to use virtual com port application for this connection and sometimes I connect the other part of hardware to test it. I start work with Keil applications a bit time ago so I am new in this application. Thanx for your responses.