C cjguajardo Member Licensed User Longtime User Mar 25, 2013 #1 Well, after days of researching and testing with USB library i have a big question. Is it posible to send data through usb cable without verify if the endpoint device is connected? I have two develop boards: a BS2 Homework Board USB and a Netduino USB. It is posible to send data to those devices??? Obviously a cheap way, that dont need to buy any external atachment Thanks in advance Regards
Well, after days of researching and testing with USB library i have a big question. Is it posible to send data through usb cable without verify if the endpoint device is connected? I have two develop boards: a BS2 Homework Board USB and a Netduino USB. It is posible to send data to those devices??? Obviously a cheap way, that dont need to buy any external atachment Thanks in advance Regards
agraham Expert Licensed User Longtime User Mar 25, 2013 #2 You would need to implement whatever USB protocol each of the devices needs, especially the initialisation. This is not a trivial task. Upvote 0
You would need to implement whatever USB protocol each of the devices needs, especially the initialisation. This is not a trivial task.