We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use the TX1RX1 of the Arduino Mega, what should I do?
The text was updated successfully, but these errors were encountered:
This is my code, I want to use TX0 RX0 and TX1 RX1, both in one code How should I do?
#include <Modbusino.h> ModbusinoSlave modbusino_slave(1); uint16_t tab_reg[10]; void setup() {
modbusino_slave.setup(115200);
}
void loop() {
tab_reg[0] = 0x1234; modbusino_slave.loop(tab_reg, 10);
Sorry, something went wrong.
No branches or pull requests
I want to use the TX1RX1 of the Arduino Mega, what should I do?
The text was updated successfully, but these errors were encountered: