FantomXR Posted June 24, 2015 Report Posted June 24, 2015 Hey people, I'm looking for a solution to combine the fast scanning speed of the MB_KB app and the features of NG. With that said, I want to use two STM32F4. One is running NG and one is running KB. Is there a simple way to connect the KB to NG without using MIDI? I read about the CAN-protocol, but I'm not sure, if the STM supports this method and it's even not clear to me, how this connection should work. Thanks! Chris Quote
Hawkeye Posted June 25, 2015 Report Posted June 25, 2015 (edited) <retro hack mode> (box1) DOUT -> DIN (box2) (box1) DIN <- DOUT (box2) </retro hack mode> ??? Depends on how complex the data structures are, that you need to send, but setting up s.th. with a simple pulsed clock and maybe parallel data transfers should be < 50 lines of code on both ends :smile: (i never said how long those lines are :-)) Edited June 25, 2015 by Hawkeye Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.