Skip to content

Is the libaray support the parralel #26

Answered by Rubberazer
Hubuwenxin asked this question in Q&A
Discussion options

You must be logged in to vote

Clear, so the question is how to get data from an AD7606 analogue converter into the Orin AGX via parallel port (kind of), the answer is: it is doable but I don't recommend it, with or without my library, I would recommend to use the SPI interface. So the situation would be something like this below, where the "digital host" is the Orin AGX:

The Orin machines (all models) do not have some kind of "parallel" interface per se, you would need to bit bang/create that interface yourself, you would need 16 pins for data + 2 for control (busy & CS/RD). In order to bit bang that, you have to sample each pin individually and compose a word with the sample from the AD7606, it would be something like:

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@Rubberazer
Comment options

@Hubuwenxin
Comment options

@Rubberazer
Comment options

@Hubuwenxin
Comment options

@Rubberazer
Comment options

Answer selected by Rubberazer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants