Is it possible to use USB ports in software running in wine
Is it possible to use USB ports in software running in wine
Afaik, no. You can run winecfg and map locations to drive letters, but I dont think this allows any raw access to the disk. There have been some clever workarounds for windows tools using libusb, and letting them run under linux using your native https://github.com/stanson-ch/libusb-wine.
What are you trying to do? Unless you're writing a really esoteric filesystem there is probably a way to do this natively under linux.
wine explorer.exe can see and interact with external storage devices and I've used USB game controllers with software running in Wine, if that answers your question.