[Oberon] Oberon RS232 - file exchange with Linux

John R. Strohm strohm at airmail.net
Sat Apr 2 00:42:46 CEST 2016


8-N-1 is pretty much standard these days.

-----Original Message----- 
From: Tomas Kral 
Sent: Friday, April 01, 2016 2:53 PM 
To: oberon at lists.inf.ethz.ch 
Subject: [Oberon] Oberon RS232 - file exchange with Linux 

Hi,

Can anyone please suggest how to exchange files with Linux over serial
Line?

I guess PCLink task running at Oberon end is needed for that.

My serial line is connected to Oberon as device /dev/ttyUSB1.

I read serial speed is 9600 baud, but what parity or stop bits?

PCLink implements a simple protocol, SND, REC, each packet is
acknowledged with ACK.

Just thinking of using simple tty terminal commands..

$ stty -F /dev/ttyUSB1 9600 cs8 clocal cstopb raw crtscts
$ echo SND'My.Mod' > /dev/ttyUSB1
$ cp block[0] /dev/ttyUSB1 ... cp block[n] /dev/ttyUSB1

Many thanks
Tomas




-- 
Tomas Kral <thomas.kral at email.cz>

--
Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
https://lists.inf.ethz.ch/mailman/listinfo/oberon

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the Oberon mailing list