Hi, I have a firmware for a 8051 based device that works flawlessly with the real hardware. However, when I'm debugging it I have lots of problems with the serial port simulation and I'm often losing characters in the messages. I ruled out the cable as the problem and also the software I'm using to send the messages (the exact same that works fine when interfacing with the real device. Can you give me any pointers to what the problem might be? I'm using this INI file for the communication:
MODE COM3 19200,0,8,1 ASSIGN COM3 < S0IN > S0OUT S0TIME=1
My device communicates using 19200bps, 8 data bits, no parity and 1 stop bits.
Any help will be greatly appreciated