Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebrajaeger/tcp2btserial
https://github.com/zebrajaeger/tcp2btserial
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/tcp2btserial
- Owner: zebrajaeger
- License: mit
- Created: 2017-07-10T19:42:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T08:05:12.000Z (over 7 years ago)
- Last Synced: 2023-10-20T23:59:05.669Z (about 1 year 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.
![Overview](https://github.com/zebrajaeger/TCP2BTSerial/blob/master/doc/overview.png "Overview")
## 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.