Thanks for sugestion but i don't think its the reason. Earlier i made test also wit loop wich was incrementing port_a in main and showing it on LEDs(with 500ms delay) and i noticed no effect from Virt ...
Ok. I wrote simple program to check if my software UART recieves anything.
Unfortunately it doesn't work like i would like to.
Maybe You'll find any errors and reason why it doesn't work.
ThankYou. I've just read that. I understand that everything (printf,putc, getc etc.) what happend after #RS_232(......) depends on those settings(........)?!
I wan to connect two devices to my PIC but i have only one UART port.
Someone told me that it's good solution to implement software UART.
Problem is that i completaly don't know how to wri ...