Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3733 - 3762 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3733
You need to first set the pins as I2C pins and not GPIO. The cpu is not using the pins that way until you set it up as such. This is a safety feature - most...
Allen Kitchen
shockwave77598
Offline Send Email
Oct 1, 2007
12:49 pm
3734
Hello, I'm using a mod5270 and version 1.2.0 of NBEclipse (according to the .eclipseproduct file).Communication with the serial port is performed with the...
Réjane
rejane86
Offline Send Email
Oct 1, 2007
1:22 pm
3735
... Yeah, according to the source code listing in i2cmaster.c, pin 4+5 initialization is taken care of when the I2CInit() function is called. For some of the...
dan michaels
oric_dan
Offline Send Email
Oct 1, 2007
3:19 pm
3736
A few days ago I wrote about a bug in sscanf where it converts a -0 string into -2.0 instead of 0. I followed a suggestion to initialize the format strings as...
Mike
mikest1955
Offline Send Email
Oct 1, 2007
3:32 pm
3737
The NetBurner I2C library can switch between read and write in the same transfer with the restart function. Make sure you have the correct pull-up resistors...
Larry Gitlitz
larry_gitlitz
Offline Send Email
Oct 1, 2007
5:33 pm
3738
Hello, I'm using a mod5270 to communicate with a modem. I've noticed something strange: when the AT+CMGL="ALL" command is issued, I get a trap error. If I...
Réjane
rejane86
Offline Send Email
Oct 1, 2007
8:32 pm
3739
Not having a serial port on your PC should not pose a problem as long as you have a USB port. You can buy very inexpensive USB to serial converters, I use them...
tod_syncor
Offline
Oct 1, 2007
10:58 pm
3740
I'm not sure if I really understand your question. Do you just want to know how to set up a NB to be a TCP server? If so I do this as my SOP so I can post a...
tod_syncor
Offline
Oct 1, 2007
11:06 pm
3741
About a year back I made a couple of screencasts <http://www.syncorsystems.com/Engineering/NetBurner/tips.htm> on using Eclipse. I often have to work in...
tod_syncor
Offline
Oct 1, 2007
11:15 pm
3742
I noticed a while back that if you use a .h file without a corresponding .c or .cpp file the build process ignores changes to the file. I have just gotten into...
tod_syncor
Offline
Oct 1, 2007
11:23 pm
3743
Hello gurus! I try to pulse GPIO (pin 7) on NetBurner MOD5213 as fast as I can. However the best result I could get is only 2.6 Mhz! Whereas MOD5213 should...
alex_tver
Offline Send Email
Oct 1, 2007
11:25 pm
3744
Hi there Struggling with the low-power modes on NetBurner MOD5213. Can anyone share an example how to set up Doze, wait or stop modes? Looks like can't do it...
alex_tver
Offline Send Email
Oct 2, 2007
3:19 am
3745
Hi all, Does anyone know if it would be possible to port a SSH client to Netburner? (dropbear, etc?) Instead of a telnet server, I was hoping to run something...
lsualex2000
Offline Send Email
Oct 2, 2007
6:52 am
3746
... I asked this in the (Wildrice) Coldfire mailing list and the answer from Freescale was that it is due to the internal design of the 5213. The maximum...
armand@...
showerholes
Offline Send Email
Oct 2, 2007
7:28 am
3747
I have actually done it both ways: I wrote a c#/.net program for an old laptop that I have connected to the NB. The small server relays serial to and from the...
gvlgvlgvl
Offline Send Email
Oct 2, 2007
4:36 pm
3748
Hello Alex, We do have a development effort going on for SSH. Our policy is not to pre-announce products. As a very rough estimate, it would not be released...
netburnergroup
Offline Send Email
Oct 2, 2007
5:07 pm
3749
... the ... Hi Larry, your comments helped a lot. I did have the 0x50 and pullups ok, and after some bumbling around, I got the writes to work ok. I fired up...
dan michaels
oric_dan
Offline Send Email
Oct 2, 2007
5:50 pm
3750
I am sending data to a web browser from the netburner board and I need it formatted with the thousands separator. I understand you can do this with the C++...
Mike
kordikmj2
Offline Send Email
Oct 2, 2007
7:54 pm
3751
The tools of choice for the netburner platform are the good old (deprecated) standards: printf sprintf scanf sscanf strcpy strncpy etc. etc. These are small...
chris ruff
cgruffcgruff
Offline Send Email
Oct 2, 2007
8:11 pm
3752
The new version 2.1 RC2 of the NNDK has a type conflict between: C:\NBurn\include\basictypes.h line 99: typedef signed int int32_t; and ...
Dethier, JL
jldethier
Offline Send Email
Oct 2, 2007
9:24 pm
3753
Included in recent releases is a utility called FastSerialdebug.exe It allows you to go to/from a serial port to a TCP connection. The source is in...
Paul Breed
pbreed
Offline Send Email
Oct 2, 2007
9:50 pm
3754
Hello, There are two ways to correct this: 1. Modify the 'int' fields in \nburn\include\basictypes.h to match stdint.h. This is shown below: //TYPEDEFS needed...
netburnergroup
Offline Send Email
Oct 2, 2007
10:17 pm
3755
Would anyone please tell me where to find docs on Serial Read/Write operation ? I been trying to configure Port 0 (SB72-EX) as RS-422 bu setting up jumpers but...
ben_engineer2003
ben_engineer...
Offline Send Email
Oct 3, 2007
3:26 am
3756
Any slick way to get the NNDK help file into the Eclipse help menu (The NetBurner NDK User Manual.chm), a la 1.99 help. Only seems to be help for the IDE none...
s_tier_ny
Offline Send Email
Oct 3, 2007
12:09 pm
3757
The new version 2.1 RC2 of the NNDK seems to be missing the kill() function in its libc.a library: m68k-elf-g++ -m5206e -Wl -Wl,-n...
Dethier, JL
jldethier
Offline Send Email
Oct 3, 2007
1:38 pm
3758
NBEclipse 2.1 can't "see" linked folder's files. I have a linked folder for common files in many projects and built fine with 2.0 Updated to 2.1 this morning...
s_tier_ny
Offline Send Email
Oct 3, 2007
3:19 pm
3759
NetBurner Development Tool Release 2.1 RC2 Ecclipse does not seem to build when 'build project' or 'build all' is selected. To test this problem I...
gvlgvlgvl
Offline Send Email
Oct 3, 2007
3:29 pm
3760
The information on setting up the jumpers are in the users manual. You can download it off their website. Once the port is configured with the jumpers and...
jjohannson2002
Offline Send Email
Oct 3, 2007
3:41 pm
3761
Has anyone tried to build a MODBUS TCP to Serial gateway with the SB72-EX. I've been at it for about a month now with not so great results. I've been...
jjohannson2002
Offline Send Email
Oct 3, 2007
3:45 pm
3762
I orginally used the gcc Make command to compile my code but saw some benifit using NBEclipse since it quickly deployed code automatically. I've previously...
cme0848
Offline
Oct 3, 2007
4:52 pm
Messages 3733 - 3762 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help