Search found 9 matches
- Tue Jun 26, 2012 4:12 pm
- Forum: NetBurner Software
- Topic: FTP server and the FTP client sample code
- Replies: 9
- Views: 8333
Re: FTP server and the FTP client sample code
Is there any particular reason why the FTPGetFile works for file sizes up to about 64kb, but when I attempt to transfer an update file 460kb big, I get a "426 Connection Closed" error?
- Mon Jun 25, 2012 2:31 pm
- Forum: NetBurner Software
- Topic: NetBurner MOD5270 restarts by itself
- Replies: 3
- Views: 2941
Re: NetBurner MOD5270 restarts by itself
I was able to solve the problem. 

- Mon Jun 25, 2012 12:26 pm
- Forum: NetBurner Software
- Topic: NetBurner MOD5270 restarts by itself
- Replies: 3
- Views: 2941
Re: NetBurner MOD5270 restarts by itself
I commented out one of my functions and the SmartTraps was able to output a report to Mttty this time.
-------------------Trap information-----------------------------
Exception Frame/A7 =20002788
Trap Vector =Access Error (2)
Format =04
Status register SR =2000
Fault Status =08
Faulted PC ...
-------------------Trap information-----------------------------
Exception Frame/A7 =20002788
Trap Vector =Access Error (2)
Format =04
Status register SR =2000
Fault Status =08
Faulted PC ...
- Sat Jun 23, 2012 1:32 pm
- Forum: NetBurner Software
- Topic: NetBurner MOD5270 restarts by itself
- Replies: 3
- Views: 2941
NetBurner MOD5270 restarts by itself
Hello,
I have been working on an application for my internship, which allows connections via TCP and updates via FTP. I am almost done with my application, but I have encountered a weird problem which I cannot seem to solve. I have used the TCPMultiSocket example as a base, and went from there on ...
I have been working on an application for my internship, which allows connections via TCP and updates via FTP. I am almost done with my application, but I have encountered a weird problem which I cannot seem to solve. I have used the TCPMultiSocket example as a base, and went from there on ...
- Thu Jun 21, 2012 12:48 pm
- Forum: NetBurner Software
- Topic: FTP server and the FTP client sample code
- Replies: 9
- Views: 8333
Re: FTP server and the FTP client sample code
Thank you very much, this has fixed the issue, although I am confused as to how it fixed it. You said that passive mode works better with firewalls, but I did a few tests with the firewall off and it still failed, weird.
- Mon Jun 18, 2012 7:16 pm
- Forum: NetBurner Software
- Topic: FTP server and the FTP client sample code
- Replies: 9
- Views: 8333
FTP server and the FTP client sample code
Hello,
I have been trying to make integrate an update command into my program, basically by merging the FTP Client and SD Update example, so that I can pull updates from a server and store multiple versions on SD card.
An issue which I have encountered is that the FTP Client sample cannot connect ...
I have been trying to make integrate an update command into my program, basically by merging the FTP Client and SD Update example, so that I can pull updates from a server and store multiple versions on SD card.
An issue which I have encountered is that the FTP Client sample cannot connect ...
- Thu May 17, 2012 6:02 pm
- Forum: NetBurner Software
- Topic: Question about getting a clients MAC address
- Replies: 2
- Views: 2644
Re: Question about getting a clients MAC address
Thank you so much, you sir are a life saver.
- Wed May 16, 2012 8:50 pm
- Forum: NetBurner Software
- Topic: Question about getting a clients MAC address
- Replies: 2
- Views: 2644
Question about getting a clients MAC address
Hello,
I'm using one of the TCP examples to do a small project, but I'm stuck. Basically, I wanted to display the MAC address and the IP address of everyone connected. I did the IP part, but I don't know how to get the MAC address of a connected client. Any help?
I'm using one of the TCP examples to do a small project, but I'm stuck. Basically, I wanted to display the MAC address and the IP address of everyone connected. I did the IP part, but I don't know how to get the MAC address of a connected client. Any help?
- Thu Apr 12, 2012 9:09 pm
- Forum: NetBurner Software
- Topic: Problem with TCP_MultiSocket Example
- Replies: 0
- Views: 2753
Problem with TCP_MultiSocket Example
Hello,
I started playing around with the NetBurner (I'm new to it) and started messing around with the example code. What I wanted to do is modify the TCP_MultiSocket code so that upon a specific command, it will writestring of all connected IP addresses to whoever wrote the command. As I was ...
I started playing around with the NetBurner (I'm new to it) and started messing around with the example code. What I wanted to do is modify the TCP_MultiSocket code so that upon a specific command, it will writestring of all connected IP addresses to whoever wrote the command. As I was ...