Page 1 of 1

Using Razberry by just reading from /dev/ACM0

Posted: 12 May 2017 17:34
by AnyOne
I have Rp3 and the GPIO versio of Razberry. I'd like to try Razberry by just reading from /dev/ttyACM0 or /dev/ttyS0 or whatever using for example minicom. Just to see that I receive something. I have a flood sensor (Z-wave) and I'd like to see what it transmits.

What I do not want is to install all sorts of software, server programs etc. for the time being. Nor do I want to connect to net and download a whole lot of stuff that I do not need.

I wan't to start minicom and read/receive directly from, say /dev/ttyS0 (which is the right port btw?) and see what comes from the flood sensor.

Can I do like above? Many tutorial start by doing a lot of download for user interfaces etc. I don't plan to use any of those.

Re: Using Razberry by just reading from /dev/ACM0

Posted: 30 May 2017 19:59
by PoltoS
You can, but minicom is for text, while the serial protocol is binary and it will be hard to use it. I would suggest to install Z-Way and enjoy.

Re: Using Razberry by just reading from /dev/ACM0

Posted: 02 Jun 2017 16:20
by AnyOne
Can you explain more. I get nothing from Minicom.

Re: Using Razberry by just reading from /dev/ACM0

Posted: 02 Jun 2017 21:01
by PoltoS
Minicom is a bad tool for Serial API. It is a binary protocol.

You get nothing in minicom because you need to set up 115200 8n1 and disable hard/soft flow control, but you will not see any reasonable stuff anyway...