-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library for MediaTek UART/USB Driver #4
Comments
Do you have a part number and link to the datasheet for MediaTek's UART/USB converter? Is this an IC similar to the FT232RL and CP210x? |
My gps module ST210U is a "black box" and I don't have a good documentation, but I found the module linkit ON (https://seeeddoc.github.io/LinkIt_ONE/#Installing_Mediatek_LinkIt_ONE_SDK) that communicate with the same mediatek driver for PC. When I opened the schematic on EAGLE (https://docs.labs.mediatek.com/resource/linkit-one/en/documentation), I saw that the usb interface is connected in MT2502A IC (https://datasheetspdf.com/pdf-file/947458/MediaTek/MT2502A/1). |
henla464, I downloaded and reviewed ftd2xx.h from ftdi's windows VCP driver and I didn't understand how the configuration registers match up with the info in cdcftdi.h of this library. I was under the impression leocrg could use the info in the header file of the driver library for his device to create the appropriate header file and cpp file for his device. Can you point us in the right direction? What method did you use to find the appropriate registers that allow communication with cp210x? |
Hi!
First of all, I would like to congratulate and thank you for your help in developing the CP21x driver library for the Arduino. It was an impeccable job that inspired me to develop a similar library for Mediatek's UART/USB converter chipset (VID: 0E8D & PID: 0023).
I'm Trying to use a GPS Tracker with mediatek chipset to comunicate with the USB Host Shield 2.0 and Arduino MEGA.
When I used the example "hub_demo.ino" I received this respose from the USB:
I wonder if you could help me develop this library and make it available on this git. I don't know what I need to know about these drivers and how to get them. Whatever you can do to help me, I would appreciate it very much!
The text was updated successfully, but these errors were encountered: