mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 15:20:55 +11:00
7907687abf
By uploading a BASIC loop and then run it, we can reduce the serial communication to pure content which greatly reduces the overhead and make the process much much faster.
4 lines
68 B
C
4 lines
68 B
C
void sendcmd(int fd, char *cmd);
|
|
void sendcmdp(int fd, char *cmd);
|
|
|