Azzera filtri
Azzera filtri

send files over serial port

4 visualizzazioni (ultimi 30 giorni)
Vanessa ricardo
Vanessa ricardo il 22 Ago 2015
Commentato: Vanessa ricardo il 22 Ago 2015
i really need send a FILE over serial port.
i use this code and recive the 'hola' in the other pc.
but what i want is send a FILE that is in my pc.
something like..
send (file.evt) %example
please
if someone can help me because this is very important.
serialOne=serial('COM15', 'BaudRate', 9600);
fopen(serialOne);
fprintf (serialOne,'%s','hola');
fclose(serialOne);

Risposte (2)

Walter Roberson
Walter Roberson il 22 Ago 2015
Use system() to invoke Kermit-95 or similar software. Or configure PPP on the two systems https://social.technet.microsoft.com/Forums/windows/en-US/5858797c-bc75-4e3f-bca4-d988fadd7581/setting-up-a-ppp-connection-using-communications-cable-between-two-computers?forum=w7itpronetworking and use MATLAB's ftp class or use SCP or similar, perhaps by invoking PuTTY
As it is "very important" you should not attempt to code the copying yourself: there are a number of difficulties that are difficult to address within MATLAB, many of which are only clear to people who grew up hacking in the days of 1200 baud and 9600 baud modems over telephone lines.
  1 Commento
Vanessa ricardo
Vanessa ricardo il 22 Ago 2015
thanks , I will try to use this recommended me .

Accedi per commentare.


alican kara
alican kara il 24 Giu 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by