summaryrefslogtreecommitdiff
path: root/src/transfer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Removed debug printsXavier ASUS2019-01-261-4/+1
|
* requested_file is now also modified by send_file().XaviDCR922019-01-151-20/+35
| | | | Packets smaller than 8 bytes are now also sent.
* Files are finally being sent from a PC.XaviDCR922019-01-141-3/+102
| | | | However, file transmission often gets stucked.
* Incoming file requests are now processed. Only sending file data TODO.XaviDCR922019-01-131-5/+73
|
* Sending a PSX-EXE is now totally implemented.XaviDCR922019-01-121-45/+90
|
* PSX-EXE header is now sent on 8-byte chunks.XaviDCR922019-01-101-12/+31
|
* Bugfix: 'b' was being sent on first transmission instead of 99.XaviDCR922019-01-101-7/+55
| | | | Implemented sending PSX-EXE header.
* ACK from the device is received.XaviDCR922019-01-081-5/+33
| | | | | Fixed serial configuration as "no parity". Added command-line argument "--cdimg-folder", used to retrieve data.
* Some more work and format changes.Xavier Del Campo2019-01-061-5/+41
|
* Some more work, but it still does not compileXavier Del Campo2018-12-311-0/+16