how does the communication between a modem based on protocol euridis and a card STM32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-09 5:29 AM
send an receive data from modem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-09 8:02 AM
Assuming some sort of energy metering project.
What modem specifically are you using? Can you provide links to description or documentation?
Would imagine USART, SPI or I2C would be normative modes of connectivity.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 3:59 AM
'euridis modem ' for remote communication between an energy meter and a concentrator (stm32 ...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 4:45 AM
A modem - any modem - is simply device which connects a 'host' (or 'DTE') to some communications link.
https://en.wikipedia.org/wiki/Modem
Details of how the modem interacts with its 'host' will be in the modem's documentation.
So: have you studiedthis modem'sdocumentation?
As
Turvey.Clive.002
‌ said, UART/USART, SPI, I2C would be common ways for a modem tointeract with its 'host'. Again, this will be detailed
in the modem's documentation.A common protocol for
a modem to
interact with its 'host' overUART/USART is to use so-called AT Commands:
https://en.wikipedia.org/wiki/Hayes_command_set
And, again,
this will be detailed
in the modem's documentation.A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 5:02 AM
Are we talking about this:
?And, thus, about this:
https://en.wikipedia.org/wiki/IEC_62056
?But, presumably, not this:
https://www.euridis-ecole.com/
?A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 5:57 AM
euridis modem is going to be realized by me and I find difficulty in the design part of this modem that will realize the communication between energy meter and PC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 6:03 AM
So are you familiar with the basics of how any modem interacts with its 'host' ?
Surely, that would be the place to start ...
A complex system designed from scratch never works and cannot be patched up to make it work.
