Open
Conversation
as required for .net6
(still available for manual builds).
Limit need for targeting pack installation for older frameworks. (note: for some reason, selecting a specific framework, still builds against all frameworks!)
Fix to known working libDragon version.
Handle Receive command correctly. Improve StorageOperation variable names.
Improve FileRead and FileWrite using UsbInterface.
Improve var in CommandPacketReceive
Fix transfer length (for most objects)
Fix program arg processing.
Contributor
Author
Add managed DT to DosDateTime. Fix some TODO's. (sucessful testing of sending a file from PC to ED).
Contributor
Author
|
No more changes will be made to this branch / PR until a review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Adds file transfer option available in OS 3.07.
Notes (this emulates the same functionality as the latest (non sourcecode release at krikzz.com).:
!!! Removes .Net 4.0 target (commented out) as hard to work with in VS2022.
Related Issue
Given this a PR, does not integrate others in this repo, which should be merged independently, although this is actually building on the https://github.com/krikzz/ED64/pull/19 one.
These are related, but not included!!!
https://github.com/krikzz/ED64/pull/21
https://github.com/krikzz/ED64/pull/24
Motivation and Context
I really wanted the ability to send and receive files over USB!
How Has This Been Tested?
locally on an X7 using
Properties/launchSettings.jsonwith the parametersand
Screenshots (if appropriate):