Conversation
|
Hi @tryhus, Thank you for opening this pull request, what is the advantage for this functionality? Should |
|
Hi sandeepmistry,
The current write function only allow to send char data. It's not convient when you have to send values because you have to convert them to char what it's less accurate for float value and it takes more bytes (it can matter if you don't have many bytes/mounth within your contract). For these reasons, in my application, I needed to send raw data from the MKR to a server.
You mean write of ModemClass ? |
|
I added a function to wait TCP acknowledgement. |
|
|
I added a TCP write function to write raw binary data.