problem with bluetooth serial
hi i'm using repetier dev version.
and added this to configuration.h
#define BLUETOOTH_SERIAL 1
#undef ENDSTOP_ZMAX_PIN //clear zmax pin for serial
#define ENDSTOP_ZMAX_PIN ENDSTOP_YMAX_PIN
repetier.h
#define NEW_COMMUNICATION 1
but serial 1 not working
i have some idea but can't find problem
pin config or firmware?
and added this to configuration.h
#define BLUETOOTH_SERIAL 1
#undef ENDSTOP_ZMAX_PIN //clear zmax pin for serial
#define ENDSTOP_ZMAX_PIN ENDSTOP_YMAX_PIN
repetier.h
#define NEW_COMMUNICATION 1
but serial 1 not working
i have some idea but can't find problem
pin config or firmware?
Comments
Is that your board and wiring?
What are you connecting to? If you do it to a real bluetooth chip you need to configure it first to use right baud rate. Our github contains a helper script to send AT commands to bluetooth chip to configure it.
tomorrow i will test 1.0.3 firmware version
i uploaded a program on arduino for check serial1 with same connection and it worked problem comes from firmware.
is this a bug or my wrong config? what i most do?
RFSERIAL2 needs to begin in printer setup method i wrote a method in HAL.h to begin that
please solve this in next version
in HAL.h?
you said you used bluetooth serial in arduino due but how? that needs to begin first