• BlueTerm 2 1
  • BlueTerm 2 2

BlueTerm 2

Bluetooth terminal emulator for communicating with any serial device using a bluetooth serial adapter. The RFCOMM/SPP protocol emulates serial communications over bluetooth.You need a bluetooth serial adapter like the HC-05 or HC-06
You can use this to control your Arduino or Raspberry Pi, if you have connected a bluetooth serial adapter to its serial port.

This is an updated version to https://play.google.com/store/apps/details?id=es.pymasde.bluetermIn the original version it was impossible to use commands like 'ctrl-c' on newer devices with just a few buttons.Both volume keys are set to be the special key for those commands now. Simply press one of them together with e.g. 'c' on your android keyboard and the output will be 'ctrl-c'.

This is an opensource application. You can get more info and the source code from:http://pymasde.es/blueterm/Thanks everybody for the feedback.

Category : Tools

Related searches

Reviews (8)

Jon. M. Oct 21, 2015     

Useful for communicating with serial bluetooth module connected to a microcontroller. Problems: Pressing backspace key on Android keyboard does not seem to work correctly, and it would be really nice to have separate colors for outgoing and incoming text.

Wil. W. Jan 3, 2017     

Nothing but a blank blue screen which says "not connected". I sort of guessed that.

Mik. R. Feb 28, 2017     

Delighted with this. Fits my needs really well. First it shows the data coming from the HC-06 (small text so lots on the screen) and I can take a log for any period for review/analysis later. Mike

B. U. B. B. L. E. S. S. E. S. Jul 1, 2018     

Does not work. Blue screen that says 'not connected'

Ema. Z. May 9, 2017     

Doesn't work.. Only crashes

Chr. S. Apr 18, 2016     

Does nothing

ins. Jul 18, 2015     

** Typo bug **: Outgoing End of Line -> Replace by CRLF (0x0D0A). You send CR (0D) first and LF (0A) afterwards, so you send low byte 0D first and then high byte 0A, in a result you send a word of value 0x0A0D (not 0x0D0A).

sid. v. Oct 27, 2017     

I am unable to connect and it shows not connected ... how to use after that?