Hi, I need to be able to send & receive "text data" to a remote micro-controller connected to my windows XP host via USB. Do i need a driver to do that or can i do it on an application level. If on the application level what kind of api is there to use? I'm thinking i could use CreateFile/WriteFile/ReadFile api's but what would I use for a device name? I dont want to spend a lot of time in a development process and learning curve because while important to be able to talk to this thing, its only a small part of the whole picture and as always I'm very time constrained. Thanks Eric