• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question Simulate COM port on VM

Harry_moon

Junior Member
Hello,

I have a laptop that does not have a COM port.
I need to simulate COM ports on my VirtualBox for a C # application.
Would you have a tip for her?

Thank you
 
Virtualbox has COM ports,go to settings -> serial ports and you can configure it the way you need it,it even shows you the IRQ and the hex number of the I/O port,for programming I would guess it would be best to set it up as a raw file so you can read and write to it and check the file out afterwards to see if all went well.
 
Back
Top