I am using the Jetson Nano’s UART to control SIM7600SA-H through AT command.
It is fine if i use usb-to-tty.
but i cann’t find anything by using J44’s UART1 or J41’s ttyTHS1.
Can someone help me ? QAQ
I am using the Jetson Nano’s UART to control SIM7600SA-H through AT command.
It is fine if i use usb-to-tty.
but i cann’t find anything by using J44’s UART1 or J41’s ttyTHS1.
Can someone help me ? QAQ
hello andy26283,
please check [url]https://www.jetsonhacks.com/2019/04/19/jetson-nano-serial-console/[/url] for communication with Nano by using J44.
thanks
hello JerryChang
I know this blog, and I also do the same thing.
It is OK to using J44 to connect the PC.
but i cann’t using J44 to connect the UART device(SIM7600SA-H).
If i use the usb-to-tty(usb with Nano, tty with SIM7600SA-H), it is ok to read or write the device.
but i use the J41 or J44, it cann’t read anything or write anything.
Am i miss some command about open J41 or J44’s UART?
hello andy26283,
please review your connections, had you connect TX/RX correctly?
also, please also check the configured baud-rate settings.
thanks
Yes, I very sure I correctly connect TX/RX, and I also sure the baud-rate settings is correct.
Do I need to do “Disable Console over UART”([url]Tegra Linux Driver) if I want to use J41 to connect?
Is J44 have the same setting about using the ttyTHS1?
hello andy26283,
please check similar discussion thread for setup serial console with J41 and J44 on Nano.
$ sudo /sbin/getty -a ubuntu -L 115200 ttyTHS<port> &
Hi andy26283,
very impressed that you got this far with the SIM7600. I’m trying to install atm and getting very frustrated with the scant setup documentation. Did you have any issues, or any tips to get it running? I think I have a happy board, PWR led is up and NET led is flashing every 3secs. But minicom is not echoing input/responding when run and the AT.py example is also not responding. Looks like I’ve missed a fundamental setting, but lack of documentation is not helping.
:)