index
:
xavi/rspsxserial
master
Command-line application to transfer files to a PS1 written in Rust.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor change
HEAD
master
Xavi Del Campo
2020-03-03
1
-4
/
+3
*
Removed debug prints
Xavier ASUS
2019-01-26
1
-1
/
+1
*
requested_file is now also modified by send_file().
XaviDCR92
2019-01-15
1
-27
/
+21
*
Files are finally being sent from a PC.
XaviDCR92
2019-01-14
1
-2
/
+13
*
Incoming file requests are now processed. Only sending file data TODO.
XaviDCR92
2019-01-13
1
-1
/
+3
*
Sending a PSX-EXE is now totally implemented.
XaviDCR92
2019-01-12
1
-2
/
+8
*
Bugfix: 'b' was being sent on first transmission instead of 99.
XaviDCR92
2019-01-10
1
-2
/
+1
*
ACK from the device is received.
XaviDCR92
2019-01-08
1
-4
/
+9
*
Some more work and format changes.
Xavier Del Campo
2019-01-06
1
-15
/
+25
*
Some more work, but it still does not compile
Xavier Del Campo
2018-12-31
1
-2
/
+20
*
Added some comments
Xavier Del Campo
2018-12-30
1
-9
/
+15
*
Any baudrate is now supported, but that relies on system implementation
Xavier ASUS
2018-12-30
1
-2
/
+1
*
app.rs now configures a given serial device with a given baud rate. If not de...
Xavier ASUS
2018-12-30
1
-13
/
+74
*
Minor simplification
Xavier ASUS
2018-12-29
1
-3
/
+1
*
Program logic has been distributed from main to app and cmdline.
Xavier ASUS
2018-12-29
1
-0
/
+42