Search found 7 matches

by jfox21381
Sun Oct 20, 2019 1:32 pm
Forum: NetBurner Software
Topic: C# AutoUpdate Wrapper
Replies: 1
Views: 1887

C# AutoUpdate Wrapper

I'm working on a custom C# application to interact with my Netburner Mod54415 module. I'd like to be able to provide a mechanism to update the firmware from this application. Has anyone successfully ported the AutoUpdate code to a C# wrapper? Thought I would ask before diving into it myself.
by jfox21381
Fri Sep 23, 2016 10:55 am
Forum: NetBurner Software
Topic: Simple GET request to a URL.
Replies: 5
Views: 5393

Re: Simple GET request to a URL.

Ok, that makes sense. I'll ask the client if that can allow the HTTP. Thanks again for your help!
by jfox21381
Fri Sep 23, 2016 6:57 am
Forum: NetBurner Software
Topic: Simple GET request to a URL.
Replies: 5
Views: 5393

Re: Simple GET request to a URL.

Hi Paul,

Thanks! This looks very close to what I need. I got the sample working properly on my device, but when I plug in my clients URL, the DoGet always returns false. I can see the return data when using the URL in a browser.

This is the test url: https://[removed since it's no longer needed ...
by jfox21381
Thu Sep 22, 2016 10:45 am
Forum: NetBurner Software
Topic: Simple GET request to a URL.
Replies: 5
Views: 5393

Simple GET request to a URL.

I'm working on a project where I need to validate a barcode number, read by a barcode scanner. My client has provided me with an API to validate the scanned number. The information provided to me is as follows:

There is a barcode verification API, that I'd prefer you use, you simply do a GET to a ...
by jfox21381
Fri Apr 10, 2015 12:53 pm
Forum: NetBurner Software
Topic: EFFS - F_ERR_NOMOREENTRY Error when drive is NOT full.
Replies: 1
Views: 2259

EFFS - F_ERR_NOMOREENTRY Error when drive is NOT full.

I'm working on a project where I'm recording motions to multiple files and then playing them back. I frequently will be merging between two motion files, so while one is playing back, I will open another. Merge the output between the two files and then close the first file. This works great, but ...
by jfox21381
Wed Feb 04, 2015 8:55 am
Forum: NetBurner Software
Topic: MOD5441X DMX512 Receiver
Replies: 5
Views: 6048

Re: MOD5441X DMX512 Receiver

Thanks for the help guys. I will look into those suggestions.

Jason
by jfox21381
Tue Feb 03, 2015 2:09 pm
Forum: NetBurner Software
Topic: MOD5441X DMX512 Receiver
Replies: 5
Views: 6048

MOD5441X DMX512 Receiver

I have an application where I need to receive and process a DMX512 byte stream from a show controller. The DMX512 protocol is described here: http://en.wikipedia.org/wiki/DMX512 . I have a DS26LS32CN chip to convert the incoming DMX signal to 0-5V and pass it on to UART1 on my MOD5441X dev board. In ...