What to use instead of Drv/SerialDriverPorts #2600
-
So, we have some code that uses an old version of fprime:
But Drv/SerialDriverPorts no longer seems to exist?
I cannot find any update logs or issues that describe what should be used instead. Do you have any recommendations of what to use instead? Should we be using Drv/LinuxUartDriver now? I'm mostly just wondering how to migrate the above code to newer versions of fprime. Thank you for any help and I apologize if this question is stupid! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm going to convert this issue into a Discussion as it seems to fit that category |
Beta Was this translation helpful? Give feedback.
-
The UART driver has been converted into a |
Beta Was this translation helpful? Give feedback.
The UART driver has been converted into a
Drv.ByteStreamDriver
thus it uses thesend
andrecv
ports. See here: https://github.com/nasa/fprime/blob/devel/Drv/Interfaces/ByteStreamDriverInterface.fppi