Simple Bluetooth Terminal
By using Bluetooth SPP ,
you can do Wireless Serial Communication with AVR, PIC, Arduino, Raspberry Pi, etc.
You can use ASCII & HEX commands
In ASCII mode, " @0x0D ” is replaced by ” r ”(CR) and " @0x0A ” is replaced by ” n ”(LF).
( "PREFERENCE NewLine Code ( send ) " does not apply to these alternative characters. )
※Permissions for advertising: INTERNET , ACCESS_NETWORK_STATE
※Permissions for saving log: WRITE_EXTERNAL_STORAGE , READ_EXTERNAL_STORAGE
By using Bluetooth SPP ,
you can do Wireless Serial Communication with AVR, PIC, Arduino, Raspberry Pi, etc.
You can use ASCII & HEX commands
In ASCII mode, " @0x0D ” is replaced by ” r ”(CR) and " @0x0A ” is replaced by ” n ”(LF).
( "PREFERENCE NewLine Code ( send ) " does not apply to these alternative characters. )
※Permissions for advertising: INTERNET , ACCESS_NETWORK_STATE
※Permissions for saving log: WRITE_EXTERNAL_STORAGE , READ_EXTERNAL_STORAGE
Show More