Mostafa Kassem wrote:
> the Wifi module is this one from connectone:
> http://www.connectone.com/?page_id=233

This may be the dumbest USB wifi module I have seen.

Have you already developed a software stack which depends on the
proprietary vendor protocol that they call AT+i?

If no, I would suggest that you reconsider using this module and go
for a USB wifi module which is well supported by Linux instead. You
would then be able to benefit from the Linux networking stack.

If yes, I think you have to create a driver for the device. There is
no driver that directly supports the device. Fortunately you can
re-use the usb-serial driver, and turn that into a specific driver
that fits this hardware. The total engineering effort required is on
the order of a few hours.


//Peter
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to