Search found 5 matches

by Quickdeploy
Wed Sep 08, 2021 11:22 pm
Forum: NetBurner Software
Topic: MOD 5234 File upload issue
Replies: 1
Views: 908

MOD 5234 File upload issue

We currently have an application that does polling out both serial ports. We have the ability for the customer to upload new software using the example code provided. If serial 0 is very busy the software update triggers a trap and then the system re-boots. We can unplug the serial device and succes...
by Quickdeploy
Tue Sep 07, 2021 6:17 pm
Forum: NetBurner Software
Topic: MOD 5234 Using both serial ports
Replies: 1
Views: 890

MOD 5234 Using both serial ports

We currently have an application that uses both serial ports. The issue is if we set the bootloader to 115200 it seem to override our 9600 baud in our main code. It seems like may our printf are competing with our serial reads and writes. Do we need to re-assign stdout or something? Can you re-assig...
by Quickdeploy
Tue Sep 07, 2021 6:15 pm
Forum: NetBurner Software
Topic: MOD 5234 Websockets How to handle connections
Replies: 2
Views: 1332

MOD 5234 Websockets How to handle connections

We currently have a program that has 2 serial devices and a TCP device that we poll. Part of this data is displayed on the customer web browser on a realtime display. This currently work with the following 2 issues. On this communication is mostly one-way by design from the 5234 server to the client...
by Quickdeploy
Tue Sep 07, 2021 6:07 pm
Forum: NetBurner Software
Topic: Websockets Non-Blocking MOD5234
Replies: 3
Views: 1289

Re: Websockets Non-Blocking MOD5234

Thank you for the response; We got it basically working but let me describe as maybe you have better design. We have main within main we open two separate serial ports to communicate to 2 separate serial devices. There where no assigned task for this. Then we have a file that allow TCP connections f...
by Quickdeploy
Sat Sep 04, 2021 5:19 am
Forum: NetBurner Software
Topic: Websockets Non-Blocking MOD5234
Replies: 3
Views: 1289

Websockets Non-Blocking MOD5234

We have an application that has several task, we seem to have a problem where the application stops and waits for a Websockets connection? The application needs to continue even if a web browser is not connected. Our code is similar to the LED example code. We are just sending messages out the webso...