M
Mcp2515 Rxfn Rxmn Config
by @ladderYk
MCP server by ladderYk
Created 11/1/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
mcp2515_RXFn-RXMn_config
RXFn 8bit
SIDH 11-3
SIDL 2-0
SID 0x85=SIDH: 0010 0000 << 3 | SIDL: 1010 0000 >> 5
RXMn 8bit
SIDH 11~3
SIDL 2~0
M1= SIDH: 1111 1111 << 3 | SIDL: 1110 0000 >> 5
M2= SIDH: 1111 1111 << 3 | SIDL: 0000 0000 >> 5
M3= SIDH: 1111 0000 << 3 | SIDL: 1110 0000 >> 5
RXFn SID 0x85
| SID | M1 | M2 | M3 | | :-----| ----: | :----: |:----: | | 0x85: 000 1000 0101 | true | true | true | | 0x84: 000 1000 0100 | false | true | false | | 0x45: 000 0100 0101 | false | false | true |
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/ladderYk/mcp2515_RXFn-RXMn_config
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"ladderyk-mcp2515-rxfn-rxmn-config": {
"command": "git",
"args": [
"clone",
"https://github.com/ladderYk/mcp2515_RXFn-RXMn_config"
]
}
}
}