Close

Better

A project log for Chirppp, Serial over LORA

Use LORA via GPIO and a full-duplex serial emulator for serial a connection intended for extended range use.

dominic-demarcoDominic DeMarco 08/01/2017 at 02:240 Comments
speed 38400 baud; line = 0;
ignbrk -brkint -icrnl ixoff -imaxbel

Looking better.

However, after having the pty slave be recognized properly, the data transfer between the radios is behaving strangely.

I'm going to have to go through and debug what is actually happening.

I have a feeling the iflags and oflags of the tty aren't set correctly. I'm going to have to read up on what they each do to try and get data sent back and forth correctly again.

Discussions