cancel
Showing results for 
Search instead for 
Did you mean: 

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

biba bira
Associate II
Posted on February 09, 2018 at 14:29

send an receive data from modem

6 REPLIES 6
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
Up vote any posts that you find helpful, it shows what's working..
Posted on February 13, 2018 at 11:59

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

Andrew Neil
Evangelist
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.

Andrew Neil
Evangelist
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/

  ?
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

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 ...