https://github.com/zebrajaeger/tcp2btserial
https://github.com/zebrajaeger/tcp2btserial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/tcp2btserial
- Owner: zebrajaeger
- License: mit
- Created: 2017-07-10T19:42:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T08:05:12.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T23:43:00.462Z (3 months ago)
- Language: Java
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TCP2BTSerial
A simple App to build a Bridge between Apps in a emulated environment
and a Bluetooth Serial Device lie HC-05The Bridge is a simple TCP/IP Server that handles only one connection at a time.
The IP is shown in the App interface, the port is fixed at 7654.

## Example
Use i.e. Putty to make a raw connection to <IP>:7654. When you connected,
every char you type should be send to your Bluetooth Serial Device.