-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implementation for Firewall box #1
Comments
Hello,
I guess you mean router. If its not srarted you probably wont have dhcp. So
nothing would work unless you setup static ip. Note that the adapter code
have to be modified for using static ip.
Regards,
Oleg.
…On Sat, Oct 5, 2024, 05:11 deanfourie1 ***@***.***> wrote:
Hi, I would like to use this to read serial data from my Firewall in the
event that the boot fails.
The firewall currently has a USB serial interface built in, and a serial
RJ45 interface.
Will this project work for reading RS232 serial data over Ethernet?
Thanks
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMQMKS2AXQRCYJJULKGC6LZZ5DE3AVCNFSM6AAAAABPM4LH4SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DONJZHA4TSMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yea but im talking about connecting to it using serial. I take it this is what this project is? I want to connect to the serial interface of my router over IP. |
This adapter relies on DHCP service provided by the router. If you are going to use it with router down IP addresses should be configured as static. Currently there is no support for that in the adapter code. |
I thought this project was to read RS232 data from a device? |
Sure. But you need network operating with dhcp.
…On Mon, Oct 7, 2024, 00:03 deanfourie1 ***@***.***> wrote:
I thought this project was to read RS232 data from a device?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMQMKQP66UJKBJLJRUBCLLZ2GQQXAVCNFSM6AAAAABPM4LH4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGU4DIMRQHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
How do I connect to this? Would it be via SSH and then connect from there to Serial? Thanks |
Hi, I would like to use this to read serial data from my Firewall in the event that the boot fails.
The firewall currently has a USB serial interface built in, and a serial RJ45 interface.
Will this project work for reading RS232 serial data over Ethernet?
Thanks
The text was updated successfully, but these errors were encountered: