Borrar filtros
Borrar filtros

send files over serial port

4 visualizaciones (últimos 30 días)
Vanessa ricardo
Vanessa ricardo el 22 de Ag. de 2015
Comentada: Vanessa ricardo el 22 de Ag. de 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);

Respuestas (2)

Walter Roberson
Walter Roberson el 22 de Ag. de 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 comentario
Vanessa ricardo
Vanessa ricardo el 22 de Ag. de 2015
thanks , I will try to use this recommended me .

Iniciar sesión para comentar.


alican kara
alican kara el 24 de Jun. de 2020

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by