Skip to content

I have a question from acap3-examples. #602

Closed Answered by rocky-ji
OhsureBoy asked this question in ACAP
Discussion options

You must be logged in to vote

If axserialport does not work, you can connect to serial port in linux layer. for most models, the link is "/dev/ttyPCC1", then setup baudrate speed and stopbits and othter contributes, and read/write to it.
fd = open("/dev/ttyPCC1", O_RDWR | O_NOCTTY | O_NONBLOCK);

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@OhsureBoy
Comment options

@rocky-ji
Comment options

Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ACAP
Labels
None yet
3 participants