Skip to content
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

Communicating without Driver #47

Open
mhatch06 opened this issue Feb 16, 2024 · 1 comment
Open

Communicating without Driver #47

mhatch06 opened this issue Feb 16, 2024 · 1 comment

Comments

@mhatch06
Copy link

I noticed that in defining the ports(specifically for a Pi), the code says
#CLIport = serial.Serial('/dev/ttyACM0', 115200)
#Dataport = serial.Serial('/dev/ttyACM1', 921600)

The presence fo the "ACM" instead of "XRUSB" seems to suggest to me that this code was written without downloading the MAXLINEAR driver for the AWR1843. Due to compatibility issues I cannot get the driver on my pi, and I am wondering if it is possible to communicate with the AWR without the driver?

@mhatch06
Copy link
Author

Ibai,
I have seen in your other replies that you say the driver is not needed, but the line CLIport.write((i+'\n').encode()) hangs every single time, and I cannot seem to even be able to PUTTY into the radar without the driver. Any advice is much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant