wellenvogel/esp32-nmea2000

Generic RS-232/RS-422 unit (Full Duplex Serial)

oxbown opened this issue · 3 comments

There is one thing that can make better de CI online build service.
M5stack don't sell a RS232/422 unit, but there is a lot of boards available on the market.
image

I use a YL-128 board to read and write nmea0183 signals, the board is TTL <--> RS422. I solder a groove cable to attach it directly to the M5 Atom.
IMG_1011

Sounds good.
PR?

Sounds good.
PR?

I´ll try...
This hardware configuration is functional?

#define _GWI_SERIAL_GROOVE$GS$ GWSERIAL_TYPE_BI

Tested latest testci20240328 and works well. Able to read and write NMEA0183 data with real hardware.
Baud rate has to be selected in config to 4800 to match with the nmea standard.
I´ll make a PR with docs.
Thanks!
image