Uploading code from Virtual Box Guest Os to Host Os

Hi is it possible?.. Im using Windows 7 guest Os and Windows 7 Host Os..

I want to upload my code from Guest Os e.g opening arduino software then open a sample sketch and It will be uploaded to my Host os which is arduino connected..

How can i do that is there any tutorial for that?

Thanks,
endl3ss.

I'm not sure, but maybe this will help?

https://forums.virtualbox.org/viewtopic.php?f=6&t=26860

Especially the part "How to add an USB serial port"

guix:
I'm not sure, but maybe this will help?

How to: Add a Serial Port in Windows XP and 7 Guest. - virtualbox.org

Especially the part "How to add an USB serial port"

Thanks it's working now. But is it possible if i don't use guest additions or any settings in virtualbox?

like for example hacking into the com port or usb port of the host system? then use that port in guest os?

If that were possible it would be a complete violation of the philosophy of a guest OS. The host needs to be able to control what the guest has access to -- never the other way around.

endl3ss:
like for example hacking into the com port or usb port of the host system? then use that port in guest os?

No, it works the other way. When you do this sort of thing, the VM hosting application publishes the host's USB port into the guest OS.