Hello,
I was wondering if it was possible with SimulIDE to use a serial peripheral in a pure standalone terminal manner - without tying it to an actual com port (using Windows 10 ;-)
I was devising a software UART for Microchip PIC that lacks a hardware uart implementation, and the only solution I found was a com0com solution so that :
minicom/WSL on COM7 <-> Simulide on COM6 <-> PIC rx/tx GPIO.
I would be simpler IMHO to use directly the terminal of the serial (note that sending from PIC to serial perpipheral works fine, but not the reverse as far as I could see).

I was wondering if it was possible with SimulIDE to use a serial peripheral in a pure standalone terminal manner - without tying it to an actual com port (using Windows 10 ;-)
I was devising a software UART for Microchip PIC that lacks a hardware uart implementation, and the only solution I found was a com0com solution so that :
minicom/WSL on COM7 <-> Simulide on COM6 <-> PIC rx/tx GPIO.
I would be simpler IMHO to use directly the terminal of the serial (note that sending from PIC to serial perpipheral works fine, but not the reverse as far as I could see).
