Skip to content
New issue

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

Can i use Bluetooth/RS232 Adaptor? #156

Open
rt1970 opened this issue Mar 4, 2022 · 1 comment
Open

Can i use Bluetooth/RS232 Adaptor? #156

rt1970 opened this issue Mar 4, 2022 · 1 comment

Comments

@rt1970
Copy link

rt1970 commented Mar 4, 2022

Hi
I have mainboard MKS Gen 1.4.
Can i use Connector labeled 5V, GND, RXD2 and TXD2 for BT-Communication with HC-05 Modul?
It seems i only need to change jumpers JL1 and 2 and JP1-4 !?

@fra589
Copy link

fra589 commented Mar 4, 2022

Hi @rt1970

I'm afraid, you can't do this directly!!

Since Arduino serial 1, serial 2, 3 or 4 doesn't use the same registers and interrupt, you will need to translate the code in the serial.c file according to the ATmega2560 datasheet for making the communication matching the other serial port.

@++;
Gauthier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants