Search found 69 matches

by tpannone
Tue Mar 31, 2020 1:49 pm
Forum: NetBurner Software
Topic: MTTTY Commands
Replies: 4
Views: 2495

Re: MTTTY Commands

Thanks TomNB.
by tpannone
Tue Mar 31, 2020 11:57 am
Forum: NetBurner Software
Topic: MTTTY Commands
Replies: 4
Views: 2495

Re: MTTTY Commands

I guess what I means is I am plugged into the debug port on my MOD5282 and I'm monitoring the port messages using MTTTY. During a reboot, I have two seconds to type 'A' and interrupt the launching of the application loaded in flash. At that point I get the nb> prompt. What are the valid commands tha...
by tpannone
Tue Mar 31, 2020 10:14 am
Forum: NetBurner Software
Topic: MTTTY Commands
Replies: 4
Views: 2495

MTTTY Commands

Every so often I have to use MTTTY to fix something on my MOD5282, and I always struggle to find the particular command I need.

Is there any particular document where I can find a comprehensive list of the commands that can be used with MTTTY?
by tpannone
Mon Mar 02, 2020 8:48 am
Forum: Off-Topic
Topic: Strange problem with MOD5282 and browsers
Replies: 0
Views: 7205

Strange problem with MOD5282 and browsers

I've run across a problem accessing our MOD5282s webserver to change control coefficients in flash with the latest web browsers. The new PC I'm using to access the MOD5282s are running Win7Pro Embedded and have IE11 and Chrome preloaded. I can open HTML pages on the MOD5282s, but when I attempt to u...
by tpannone
Thu Nov 07, 2019 8:55 am
Forum: NetBurner Hardware
Topic: MOD5282 UART
Replies: 8
Views: 4811

Re: MOD5282 UART

Thanks @TomNB. I ran into the problem you noted in the first paragraph when I plugged 921600 into the baud rate calculation. I really hadn't planned on trying to run at 921600 anyway, but knowing that I can run as high as 230400 using the system clock is very good to know.
by tpannone
Wed Nov 06, 2019 7:14 am
Forum: NetBurner Hardware
Topic: MOD5282 UART
Replies: 8
Views: 4811

MOD5282 UART

This sounds like a stupid question, but can someone tell me the max baud rate the MOD5282 UARTs will support? I'm searching through all my documentation and don't see any numbers listed anywhere. I'm planning on interfacing it with a serial AHRS which can support up to 921600 baud. I'm thinking that...
by tpannone
Fri Mar 08, 2019 12:30 pm
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 7212

Re: OSTaskCreate Return Values

Thanks ephogy! And thanks for quick tip on using TaskScan. I've seen it in the Netburner tools, but never looked into it. As for the #define statements in predef.h, they are commented out in my copy so I'm guessing I'd need to uncomment them to use ShowTaskList() and OSDumpTasks(). /* #define UCOS_S...
by tpannone
Fri Mar 08, 2019 10:59 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 7212

Re: OSTaskCreate Return Values

The change to 25 indeed fixed my problem.

I'm still not sure how I exceeded the 20 tasks limit but obviously the system thinks I did. I wish there was a way to query the system to tell me how many task control blocks are actually running since I think I have less than I actually do.
by tpannone
Fri Mar 08, 2019 8:01 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 7212

Re: OSTaskCreate Return Values

Interesting. Now that I know where OS_MAX_TASKS is defined, I checked it in my old Dev C++ 1.13. There it is set to 25.

I'll bump it up to 25 in NBE 2.7.7 and see if it works.
by tpannone
Fri Mar 08, 2019 7:29 am
Forum: NetBurner Software
Topic: OSTaskCreate Return Values
Replies: 12
Views: 7212

Re: OSTaskCreate Return Values

Yep... there it is. Thanks.