-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels