https://github.com/tharushaudana/serial_chat_flutter_windows
Serial Chat is a simple Windows app built with Flutter for communicating with serial devices. It lets you select the COM port and baudrate, making it easy to chat with your serial devices. Ideal for quickly setting up serial communication for your projects.
https://github.com/tharushaudana/serial_chat_flutter_windows
com-port flutter serial-communication windows
Last synced: 2 months ago
JSON representation
Serial Chat is a simple Windows app built with Flutter for communicating with serial devices. It lets you select the COM port and baudrate, making it easy to chat with your serial devices. Ideal for quickly setting up serial communication for your projects.
- Host: GitHub
- URL: https://github.com/tharushaudana/serial_chat_flutter_windows
- Owner: tharushaudana
- License: mit
- Created: 2024-03-19T06:36:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T17:27:33.000Z (about 2 years ago)
- Last Synced: 2025-12-26T10:47:09.563Z (6 months ago)
- Topics: com-port, flutter, serial-communication, windows
- Language: C++
- Homepage:
- Size: 559 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serial Chat
Serial Chat is a simple Flutter application for communicating with serial devices in a chatting style. It allows you to select the COM port and baudrate for communication.
## Features
- Select COM port and baudrate
- Communicate with serial devices in a chatting style
## How to Use
1. Clone the repository.
2. Open the project in Flutter.
3. Run the application on your device or emulator.
4. Select the COM port and baudrate.
5. Start chatting with your serial device.
## Dependencies
- [serial_port_win32](https://pub.dev/packages/serial_port_win32) - A Flutter package for serial communication on Windows.
## Screenshots


## Contributions
Contributions are welcome! If you have any ideas or suggestions to improve this application, feel free to submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.