-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESPA over IP #6
Comments
Please note that the EspaClient class is not implemented. This module
provide only the Server implementation.
As shown in the example, the serial connection is made using a LinkSerial
object, itself using the PySerial
<https://pyserial.readthedocs.io/en/latest/shortintro.html> module. So if
your serial converter expose a device accessible and working with this
PySerial module, this *should* works. You should read the PySerial doc.
[image: Screenshot 2023-04-18 at 12.29.10.jpg]
Le lun. 17 avr. 2023 à 17:19, TelecomServices ***@***.***> a
écrit :
… Hello,
The script is using the com port of the server, can it run over ip(espa
over ip).
I whant to connect it to a netwrok serial converter.
Like a Atop SE5201-DB or a Digi One SP.
—
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXU4MMAAJGABFIABDDCTCTXBVNRLANCNFSM6AAAAAAXBK35VU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hallo,
The script works with the seriel connection I want to use a IP connection.
So, I can receive messages directly form a ip device.
TCP/IP serial bridge, I think this can do it.
What do I want, I have a nurcecall system with espa over ip.
I want to send messages from a webserver to the nurse call system, I alsow want to send messages from a MQTT broker to the nurse call system with espa over ip.
The nurce call system can be master and/or slave so if I have a espa master running on linux webserver(LAMP) I can make a sort of router that send messages from mqtt or web url to the espa over ip to the nurce call system.
Met vriendelijke groet,
Jos Scholten
***@***.***
www.telecomservices.nl
Telecom Service Oost B.V.
Edisonstraat 2c
7601 PS Almelo
É 0546-546 546
Deze email en alle daarin opgenomen informatie is alleen bestemd voor de geadresseerde. Heeft deze email u bereikt terwijl u niet de geadresseerde van de email bent, dan verzoeken wij u deze email te verwijderen en contact met ons op te nemen op 0546-546 546. Telecom Services staat door de elektronische verzending van dit bericht niet in voor de juiste en volledige overbrenging van de inhoud, noch voor tijdige ontvangst daarvan.
Van: digimat ***@***.***>
Verzonden: dinsdag 18 april 2023 12:35
Aan: digimat/digimat-espa ***@***.***>
CC: Support (Telecom Services) ***@***.***>; Author ***@***.***>
Onderwerp: Re: [digimat/digimat-espa] ESPA over IP (Issue #6)
Please note that the EspaClient class is not implemented. This module
provide only the Server implementation.
As shown in the example, the serial connection is made using a LinkSerial
object, itself using the PySerial
<https://pyserial.readthedocs.io/en/latest/shortintro.html> module. So if
your serial converter expose a device accessible and working with this
PySerial module, this *should* works. You should read the PySerial doc.
[image: Screenshot 2023-04-18 at 12.29.10.jpg]
Le lun. 17 avr. 2023 à 17:19, TelecomServices ***@***.***<mailto:***@***.***>> a
écrit :
Hello,
The script is using the com port of the server, can it run over ip(espa
over ip).
I whant to connect it to a netwrok serial converter.
Like a Atop SE5201-DB or a Digi One SP.
—
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXU4MMAAJGABFIABDDCTCTXBVNRLANCNFSM6AAAAAAXBK35VU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***<mailto:***@***.***>>
—
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A3IXZ72E4JI735WIBADHSY3XBZU4XANCNFSM6AAAAAAXBK35VU>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
The script is using the com port of the server, can it run over ip(espa over ip).
I whant to connect it to a netwrok serial converter.
Like a Atop SE5201-DB or a Digi One SP.
The text was updated successfully, but these errors were encountered: