Please tell me the order of the headers for the serial connection, it does not seem to be labeled. And what is the hole next to the 3 serial headers- VBUS?
Are the packages for the card reader already installed on your firmware? Do you know what packages to install?
@brother, for the headers, if not used as GPIO, I don’t think it needs to be labelled. But if you need, I need to ask the hardware engineer to give me one.
Do you mean the pin next to UART? it is 3.3V.
All the drivers for the card reader is in the firmware. If you insert MicroSD, it will be mounted automatically. One thing, when mounted, we use sync in the parameter. If you want faster speed, pls change to async.
Thanks, I see the markings on the UART now. I assume that we can power the device through the 3.3v ??
I was thinking about using the card reader with the OpenWrt trunk, (which I have tried, and it seems to work well)- the trunk probably doesn’t include the packages.
From MT7620 datasheet, it is said that 7620N has one Lite UART, and 7620A has one Lite and one full UART separately, I want to know if the UART on the 7620A (GL-MT300A) is just the same lite UART as 7620N (GL-MT300N), or it is a real full UART. Or simply speaking, I want to know where is the two UART on the board respectviely, so that I can compare and study, thanks.
<span style=“color: #222222; font-family: source_sans_proregular, ‘Helvetica Neue’, Arial, Helvetica, Geneva, sans-serif; font-size: 14px; line-height: 22px; background-color: #f9f9f9;”>From MT7620 datasheet, it is said that 7620N has one Lite UART, and 7620A has one Lite and one full UART separately, I want to know if the UART on the 7620A (GL-MT300A is just the same lite UART as 7620N (GL-MT300N), or it is a real full UART. Or simply speaking, I want to know where is the two UART on the board respectviely, so that I can compare and study, thanks.</span>
Thanks for your reply alzhao, we are currently using usb2serial , but we want to use UART directly expecting to be more stable. The lite and full version are very confusing, just very nervous on what will be missing if we use the Lite version instead of the full version. Can I expect the lite UART and the u2b2serial will be working similarly or any difference? The lite UART give you the feeling that there must be something missing.