jumpjack / max485-chip

PelcoD camera emulator for WOKWI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inverter Chip example

Example of a MAX485 chip that pretends to talk to a Modbus slave over RS485, but actually responds via UART based on a lookup table.

The actual source code for the chip lives in src/main.c, and the pins are described in chip.json.

Building

The easiest way to build the project is to open it inside a Visual Studio Code dev container, and then run the make command.

Testing

Working on that one...

License

This project is licensed under the MIT license. See the LICENSE file for more details.

About

PelcoD camera emulator for WOKWI

License:MIT License


Languages

Language:C 88.4%Language:Makefile 5.7%Language:Dockerfile 3.9%Language:C++ 2.1%