Skip to main content
biba bira
Associate
February 9, 2018
Question

how does the communication between a modem based on protocol euridis and a card STM32

  • February 9, 2018
  • 6 replies
  • 1415 views
Posted on February 09, 2018 at 14:29

send an receive data from modem

    This topic has been closed for replies.

    6 replies

    Tesla DeLorean
    Guru
    February 9, 2018
    Posted on February 09, 2018 at 17:02

    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.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    biba bira
    biba biraAuthor
    Associate
    February 13, 2018
    Posted on February 13, 2018 at 11:59

    'euridis modem ' for remote communication between an energy meter and a concentrator (stm32 ...)

    Andrew Neil
    Super User
    February 13, 2018
    Posted on February 13, 2018 at 13:45

    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 to

    interact 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 that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
    biba bira
    biba biraAuthor
    Associate
    February 13, 2018
    Posted on February 13, 2018 at 13:57

    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

    Andrew Neil
    Super User
    February 13, 2018
    Posted on February 13, 2018 at 14:03

    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 that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
    Andrew Neil
    Super User
    February 13, 2018
    Posted on February 13, 2018 at 14:02

    Are we talking about this: 

    http://www.euridis.org/

     ?

    And, thus, about this: 

    https://en.wikipedia.org/wiki/IEC_62056

     ?

    But, presumably, not this: 

    https://www.euridis-ecole.com/

      ?
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.