Search found 11 matches

by mrchadwickusa
Mon Aug 03, 2009 6:24 pm
Forum: NetBurner Software
Topic: FTP - UserName/Password
Replies: 1
Views: 3569

Re: FTP - UserName/Password

Hi Chris, I realize this is a late answer, but I've only recently started working with the FTP stuff on the Netburner myself. I'm also using the PK70 and your implimentation of void * FTPDSessionStart( const char *user, const char *passwd, const IPADDR hi_ip ) determines the user names and passwords...
by mrchadwickusa
Mon Aug 03, 2009 5:40 pm
Forum: NetBurner Software
Topic: Smart trap problem with interrupt driven stdio
Replies: 0
Views: 2719

Smart trap problem with interrupt driven stdio

Hi All, but mostly the Netburner software gurus. I haven't tested this extensively, but I had a problem recently where I had an array access past the end of the array, that was causing a reboot with no trap output. I was closing and re-opening the stdio ports to set them up as interrupt driven. This...
by mrchadwickusa
Wed Jul 22, 2009 12:22 am
Forum: NetBurner Software
Topic: Speed up for WriteS3
Replies: 3
Views: 3402

Re: Speed up for WriteS3

Hi Larry,

You are welcome to use my version. I'm pleased I can give something back to the Netburner community.

mrc
by mrchadwickusa
Tue Jul 21, 2009 1:41 am
Forum: NetBurner Software
Topic: Speed up for WriteS3
Replies: 3
Views: 3402

Speed up for WriteS3

Hi All, Been messing with FTP to allow download of the current app and updating. Using Firefox with the Download Statusbar Extension, I noticed that the download speed from the Netburner was pretty punky, about 53KBytes per second average for a large app (3.36MB S3 file size). So looking over the co...
by mrchadwickusa
Sun Jun 07, 2009 9:34 am
Forum: NetBurner Hardware
Topic: PK70 User Leds are inconsistent
Replies: 0
Views: 2340

PK70 User Leds are inconsistent

Hi All, I've gotten two PK70s and noticed the user Status leds are opposite in color between the two. If one PK70 responds green to LED1_GREEN for instance the other PK70 will show *red*. Assembly documentation problem? At least the two leds on each (Status 1 and Status 2) are consistent. If one sho...
by mrchadwickusa
Tue May 12, 2009 8:42 pm
Forum: NetBurner Software
Topic: NNDK2.3 RC7 Now Available (4/1/09)
Replies: 8
Views: 11851

Re: NNDK2.3 RC7 Now Available (4/1/09)

Hi Forrest, Is there any plan to make Eclipse plugins for this release? Or is it possible to just snag them from the NBEclipse plugin directory? I run the Eclipse SDK because it's handy to have things like Aptana for web development. It seems to me that I had issues trying to get Aptana to run on th...
by mrchadwickusa
Sat Mar 28, 2009 12:58 pm
Forum: NetBurner Software
Topic: Added include paths vanish after setting Netburner options
Replies: 1
Views: 3028

Added include paths vanish after setting Netburner options

Hi All, I haven't found any reference to this on the forums, and it is looking like a bug, more than anything I'm doing wrong, or maybe I misunderstand something. I'm using Rel23_rc3 as an plug in to the Eclipse SDK, although it behaves the same using the stock Netburner Eclipse as well. I am attemp...
by mrchadwickusa
Sun Mar 15, 2009 5:20 pm
Forum: NetBurner Software
Topic: My MOD5270 thinks it's a PK70
Replies: 1
Views: 2833

My MOD5270 thinks it's a PK70

Hi, I couldn't find this on the forums, and thought I would share this in case anyone else did the same thing. I am developing an app for the PK70 but also wanted to do debug on a MOD5270 for the non PK70 specific parts. Mostly so I didn't have to lug the PK70 and setup home from the office. I chang...
by mrchadwickusa
Sat Dec 13, 2008 9:49 pm
Forum: NetBurner Software
Topic: GetUartErrorReg for PK70 Quad Uart blade / Break detection
Replies: 0
Views: 2933

GetUartErrorReg for PK70 Quad Uart blade / Break detection

Hi All, Before I go to the trouble of figuring out how to add this to the driver, I thought I'd ask if there is a GetUartErrorReg function for the PK70. Calling the existing GetUartErrorReg with the file descriptor for the open PK70 ports returns -1, SERIAL_ERR_NOSUCH_PORT. Which makes perfect sense...
by mrchadwickusa
Thu Dec 11, 2008 10:57 pm
Forum: NetBurner's Eclipse IDE
Topic: Debugger won't launch on drive not equal to C
Replies: 3
Views: 7157

Re: Debugger won't launch on drive not equal to C

Hey thanks for that, that was the issue. I've been debugging using iprintf, so I'm looking forward to learning the debugger!