XMODEM CRC 1k implementation for Matlab
works for 1k and standard 128Byte
These are a simple XMODEM transceiver functions
For Transmitting File:
device=tcpserver("127.0.0.1",23);
//or: device=serial(COM1,96200);
file="C\fileToSend.txt";
XmodemTransmit(device,file);
For Receiving File:
device=tcpserver("127.0.0.1",23);
//or: device=serial(COM1,96200);
file="C\fileReceive.txt";
XmodemReceive(device,file);
If you test this with Teraterm, be shure to make
new connection to "service": "Other"!
-
Notifications
You must be signed in to change notification settings - Fork 0
XMODEM CRC 1k implementation for Matlab
License
janphoffmann/XMODEM-1k
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
XMODEM CRC 1k implementation for Matlab
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published