John_Swenson Posted September 21, 2003 Report Share Posted September 21, 2003 Which port does MIOS use to look at DIN modules? I want to use both encoders and buttons on one board. The core module description says bot J6 and J9 are used, with J6 for encoders and J9 for buttons. But several of the MIOS examples use one SR for both, so they have to be using the same port on the core module. I looked around the MIOS files and didn't see anything that specifies which port to use for DIN, so either I missed it (quite probable) or the port is fixed, if so which one? Thanks,John S. Quote Link to comment Share on other sites More sharing options...
TK. Posted September 22, 2003 Report Share Posted September 22, 2003 Hi John,two ports were necessary for the old PIC16F based MIDIbox16E application,which will vanish from my website in some months just to avoid *such* confusion.With MIOS all DINX4 modules have to be connected to J9.in mios_tables.inc, MIOS_ENC_PIN_TABLE you have to assign the rotary encoders to the appr. DIN pins.Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
John_Swenson Posted September 22, 2003 Author Report Share Posted September 22, 2003 Thorsten, thanks, thats the info I was looking for. I'm programming my first core module today, we'll see if all this works or not!John S. Quote Link to comment Share on other sites More sharing options...
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.