Disable function codes #1971
-
Hey, I've got a funky application where, as a Server, I need to disable many standard function codes, and more importantly, return the Specifically we are only supporting function codes I've searched and cannot find any obvious/easy way of doing this. |
Beta Was this translation helpful? Give feedback.
Answered by
janiversen
Feb 7, 2024
Replies: 2 comments 2 replies
-
The simulator datastore can do that. Alternatively you can patch the framer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well look at the code, that's about the best advice I can give you...the framer can reject a frame, manipulate a frame and/or generate responses, but of course you need to dig into the code to understand how it works.