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?

Comments

  • Although now I can see the com port and try using its processing, it simply won't work.
    I noticed that in Arduino after replacing the rxtxserial.dll I could see the port and use it perfectly. I then had the idea of putting Arduino RXTXcomm.jar to replace processing one. And bingo processing sees and can use the Bluetooth com port without apparent issue. Only thing is this warning:
    WARNING: RXTX Version mismatch
    Jar version = RXTX-2.1-7
    native lib Version = RXTX-2.2pre2
    I hope this helps!
    Regards,
    Lewis
Sign In or Register to comment.