Can i download software compiled from this project to my existing ESERV-10 product wich was purchased about year ago? If i can, how the feat can be accomplished? And is it possible to destroy my ESERV-10 permanently in process?
BR,
Janne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OpenTCP sources contain implementation of Internet communication protocols (TCP/IP stack, other application-layer protocols). As such they can be made to run on ESERV-10 product you have. HOWEVER, ESERV-10 contains additional functionality that is not included in OpenTCP sources. Therefore, if you would load such a project in your ESERV-10, it would stop working the way it worked before.
Also, important thing to notice is that OpenTCP is actually a collection of implemented Internet communication protocols, and as such is NOT an application. You would have to write application that uses these protocols and actually performs some task. OpenTCP was intended to be used this way - as a starting base for your projects.
Hope this helps,
best regards,
Vladan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK. So i have to build my own app, but i still need a test platform...
If i want to use my ESERV-10 as test platform for this project is it possible to save existing ESERV-10 app from flash and download my test app to it and after testing return to original ESERV-10 app to FLASH? This would nice because ESERV-10 is familiar device and supports already interfaces i need (RS-232 and Ethernet).
BR,
Janne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, that is possible to do, as long as your application does not change external flash located on ESERV-10. Flash programmer supports an option do copy contents of the MCU flash and save it to a local file.
Vladan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can i download software compiled from this project to my existing ESERV-10 product wich was purchased about year ago? If i can, how the feat can be accomplished? And is it possible to destroy my ESERV-10 permanently in process?
BR,
Janne
OpenTCP sources contain implementation of Internet communication protocols (TCP/IP stack, other application-layer protocols). As such they can be made to run on ESERV-10 product you have. HOWEVER, ESERV-10 contains additional functionality that is not included in OpenTCP sources. Therefore, if you would load such a project in your ESERV-10, it would stop working the way it worked before.
Also, important thing to notice is that OpenTCP is actually a collection of implemented Internet communication protocols, and as such is NOT an application. You would have to write application that uses these protocols and actually performs some task. OpenTCP was intended to be used this way - as a starting base for your projects.
Hope this helps,
best regards,
Vladan
OK. So i have to build my own app, but i still need a test platform...
If i want to use my ESERV-10 as test platform for this project is it possible to save existing ESERV-10 app from flash and download my test app to it and after testing return to original ESERV-10 app to FLASH? This would nice because ESERV-10 is familiar device and supports already interfaces i need (RS-232 and Ethernet).
BR,
Janne
Yes, that is possible to do, as long as your application does not change external flash located on ESERV-10. Flash programmer supports an option do copy contents of the MCU flash and save it to a local file.
Vladan