-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UInt32 #3
Comments
What FINS commands do you need? |
You can read no matter how many bytes from memory and convert later to Uint32. |
I need read DM, read DMs and write. |
Well, the easiest way is by using MemoryAreaRead function. You can read 4 bytes (or a multiple of 4) and then convert them to Uin32. I have no tested it, but it could be something like this:
|
Hi there!
your dll is exactly what I need - except I need it to read and write Uint32 instead of Uint16.
Can it be done?
The text was updated successfully, but these errors were encountered: