Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
eModbus
/
eModbus
Public
Notifications
You must be signed in to change notification settings
Fork
163
Star
507
Code
Issues
8
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 3, 2026
Add extended response filter support to ModbusBridge (#438)
Show description for e10cc33
roelandkluit
and
Roeland Kluit
authored
e10cc33
View commit details
Copy full SHA for e10cc33
Browse repository at this point
Commits on Jun 15, 2026
Update license.md
Miq1
authored
6e4200d
View commit details
Copy full SHA for 6e4200d
Browse repository at this point
Commits on Apr 26, 2026
fix memleak (#435)
Show description for 126a95f
bertmelis
authored
126a95f
View commit details
Copy full SHA for 126a95f
Browse repository at this point
Commits on Feb 19, 2026
rp2040: clean port for RTU support and FreeRTOS compatibility (#377)
Show description for 8528ffe
ecarjat
and
Emmanuel Carjat
authored
8528ffe
View commit details
Copy full SHA for 8528ffe
Browse repository at this point
Commits on Jan 29, 2026
Fix compilation (#431)
Show description for c204753
bertmelis
authored
c204753
View commit details
Copy full SHA for c204753
Browse repository at this point
Commits on Nov 12, 2025
Fix huge stack allocation in RTUutils::calcCRC (#428)
mathieucarbou
authored
e0321f3
View commit details
Copy full SHA for e0321f3
Browse repository at this point
Commits on Nov 8, 2025
Add short delay to compensate for receive hiccups
Miq1
authored
b88e509
View commit details
Copy full SHA for b88e509
Browse repository at this point
Commits on Sep 28, 2025
Merge branch 'master' of ssh://github.com/eModbus/eModbus
Miq1
committed
4dd0bcf
View commit details
Copy full SHA for 4dd0bcf
Browse repository at this point
Fix potential duplicate task names for clients
Miq1
committed
7b8f72b
View commit details
Copy full SHA for 7b8f72b
Browse repository at this point
Commits on Aug 5, 2025
Use more correct type for byte arrays (#419)
kyberias
authored
648a14b
View commit details
Copy full SHA for 648a14b
Browse repository at this point
Commits on Aug 1, 2025
In case of failing connections do not treat host/port as curent
Miq1
committed
8802aba
View commit details
Copy full SHA for 8802aba
Browse repository at this point
Commits on Jun 17, 2025
Push up library version to 1.7.4
Miq1
committed
4368b4b
View commit details
Copy full SHA for 4368b4b
Browse repository at this point
Must not hide requested server ID by ANY_SERVER in responses.
Miq1
committed
dfd8cb9
View commit details
Copy full SHA for dfd8cb9
Browse repository at this point
isServerFor needs to look for ANY_SERVER
Miq1
committed
e298515
View commit details
Copy full SHA for e298515
Browse repository at this point
Memorize usable server ID in worker.
Miq1
committed
183f497
View commit details
Copy full SHA for 183f497
Browse repository at this point
Have to look for ANY_SERVER as well...
Miq1
committed
d32e761
View commit details
Copy full SHA for d32e761
Browse repository at this point
Allow completely open bridge
Miq1
committed
85aac96
View commit details
Copy full SHA for 85aac96
Browse repository at this point
Commits on Jun 13, 2025
Merge branch 'master' of ssh://github.com/eModbus/eModbus
Miq1
committed
ac60ba3
View commit details
Copy full SHA for ac60ba3
Browse repository at this point
Call response filter after setting alias server ID only
Miq1
committed
24cb81e
View commit details
Copy full SHA for 24cb81e
Browse repository at this point
Commits on Jun 5, 2025
Fix out-of-bounds access in setFunctionCode() (#412)
Show description for 669078b
KOMAD-bit
and
pionsys-kbo
authored
669078b
View commit details
Copy full SHA for 669078b
Browse repository at this point
Commits on May 18, 2025
Use tskNO_AFFINITY instead of NULL in xTaskCreatePinnedToCore (#411)
Show description for d60ec40
guido4096
authored
d60ec40
View commit details
Copy full SHA for d60ec40
Browse repository at this point
Commits on Apr 15, 2025
Use user defined interval
Miq1
committed
a0bb989
View commit details
Copy full SHA for a0bb989
Browse repository at this point
Fix clearQueue memory leak
Miq1
committed
e4f6c35
View commit details
Copy full SHA for e4f6c35
Browse repository at this point
Commits on Mar 30, 2025
Fixes and additions for 1.7.3 (#401)
Show description for c962fe4
Miq1
authored
c962fe4
View commit details
Copy full SHA for c962fe4
Browse repository at this point
Commits on Mar 19, 2025
Update dependencies (#398)
Show description for 4dbf670
bertmelis
authored
4dbf670
View commit details
Copy full SHA for 4dbf670
Browse repository at this point
Commits on Mar 13, 2025
remove the front request only when the request queue is not empty. (#394)
gary7530
authored
92c5869
View commit details
Copy full SHA for 92c5869
Browse repository at this point
Commits on Jan 10, 2025
Prevent unnecessary reallocs (#384)
Show description for 331b9e6
monsieurvor
authored
331b9e6
View commit details
Copy full SHA for 331b9e6
Browse repository at this point
Commits on Sep 19, 2024
Add function set timeout (#373)
gary7530
authored
18a5a88
View commit details
Copy full SHA for 18a5a88
Browse repository at this point
Commits on Jun 17, 2024
Some more protections for ESP8266
Miq1
committed
053b9c7
View commit details
Copy full SHA for 053b9c7
Browse repository at this point
Commits on Jun 11, 2024
Protect RTU code on ESP8266
Miq1
committed
c012db3
View commit details
Copy full SHA for c012db3
Browse repository at this point
Commits on May 8, 2024
Merge branch 'master' of https://github.com/eModbus/eModbus
Miq1
committed
8900b4b
View commit details
Copy full SHA for 8900b4b
Browse repository at this point
Fix numerous lint itches
Miq1
committed
46c6f5f
View commit details
Copy full SHA for 46c6f5f
Browse repository at this point
Commits on May 7, 2024
CI update
Show description for 0d06aee
bertmelis
authored
0d06aee
View commit details
Copy full SHA for 0d06aee
Browse repository at this point
Commits on May 2, 2024
Use ldf_mode deep+
Miq1
authored
b71012d
View commit details
Copy full SHA for b71012d
Browse repository at this point
Use standard library Ethernet.h
Miq1
authored
d194a61
View commit details
Copy full SHA for d194a61
Browse repository at this point
Previous
Next
You can’t perform that action at this time.