-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
MultiByte Table File. [FEATURE-SUGGESTION] #110
Comments
thanks for the suggestion. I'm taking note of this for my next round of edits. For now you can use DTE (1 byte) For integrate more than 2.byte I will need to modify a lot of code but it possible to make it. 😄 |
I think you can use two MTE like this 0428 = hello I know It's not same that 0428FFCC but can.work sometime 😅 It's a temporary idea |
Yes i know i use like that now, but still will be good to add more than 2 Hex bytes. |
I will check how I can implement easily |
Dont worry i can add that feature and create PR to that, you worry about main issue of RAM management it takes lot of memory while running like 50MB compared to WinForms which takes around 10-20MB RAM |
Wpf object take unfortunately more memory than winform. |
There is not option in Table File to define definition for multi bytes of 4 sets like
0428FFCC = Data1 Doesn't Work
040A = Data2 Does Work
So please add this feature, and provide sample Table File as well in project.
Thanks.
The text was updated successfully, but these errors were encountered: