EmbeddedRelated.com
The 2024 Embedded Online Conference

RCM6700 and ADC?

Started by cce32 in Rabbit-Semi12 years ago 2 replies

Hi, According to the 6000 datasheet it has multiple Analog to Digital converters but there is no mention of ADC on the RMC6700 interface...

Hi, According to the 6000 datasheet it has multiple Analog to Digital converters but there is no mention of ADC on the RMC6700 interface board. Does this mean they just didn't run those pins out for this board? Any chance any of them are available for tapping into directly on the mini-pci card :-? Thanks, /Carl ------------------------------------


Finding Current ipaddress, Netmask and Gateway

Started by Steve in Rabbit-Semi12 years ago 4 replies

For finding the ipaddress, there is the simple function gethostid(), but there don't appear to be similar functions for the netmask or gateway...

For finding the ipaddress, there is the simple function gethostid(), but there don't appear to be similar functions for the netmask or gateway (router). By combing through the related libraries I found the following "solutions": netmask: _if_tab[0].mask router: ath = router_for_iface(0, NULL, NULL, IF_ANY); arpcache_ipaddr(ath, &router); Since I do not fully understand the above, I do...


How to decode the OID from an SNMP callback

Started by Steve in Rabbit-Semi12 years ago 1 reply

My basic question was a topic in this forum about a year ago, but the parties went "off-list" and the thread apparently died. I am starting...

My basic question was a topic in this forum about a year ago, but the parties went "off-list" and the thread apparently died. I am starting with SNMP1.c in the Samples directory, and have it working. I can Get, Set, set traps, etc. Now, taking the typical example code for adding an object: p = snmp_add_long(p, "1.2.0", &rw_long); and then generalizing it to: p = snmp_add_long(p, "a....


PPP while using ucos2

Started by mohamed in Rabbit-Semi12 years ago 23 replies

Hi All, Does anybody faced a problem with using the PPP while using the ucos2? i'm using DC10.64. Best Regards Mohamed...

Hi All, Does anybody faced a problem with using the PPP while using the ucos2? i'm using DC10.64. Best Regards Mohamed Fawzy ------------------------------------


Rabbit problems with FTP on PPP

Started by giam...@fastwebnet.it in Rabbit-Semi12 years ago 1 reply

Hi all, I have a problem: I need to send a short file to a FTP server using a BL1800 board connected to a Siemens MC35i GPRS modem. The BL1800...

Hi all, I have a problem: I need to send a short file to a FTP server using a BL1800 board connected to a Siemens MC35i GPRS modem. The BL1800 board is connected to the MC35i through serial port C, the connection type is (obviously) PPP. My program (written in DynamicC 9.62) contains a first section that opens the PPP connection, and a second section that can send, pressing a key into the stdio...


SNMP - Very Basic Problems

Started by Steve in Rabbit-Semi12 years ago 5 replies

I am attempting to run the SNMP1.c from the DC 10.61 samples directory on a RCM4310 on a BL4S200. I tried several SNMP management programs, and...

I am attempting to run the SNMP1.c from the DC 10.61 samples directory on a RCM4310 on a BL4S200. I tried several SNMP management programs, and can only get iReasoning MIB Browser (ireasoning.com) to work at all. With it, I can perform Gets and Sets, as observed via the printf statements in callback function (please see the printf listing below where I changed the value of re_long at .1.2.0 a few ...


Error ENOSPC Description

Started by ardi...@mgminstruments.com in Rabbit-Semi12 years ago 1 reply

I appreciate if someone explained the ENOSPC error. The documentation says "ENOSPC - extent out of space" but it is very encrypted and conveys...

I appreciate if someone explained the ENOSPC error. The documentation says "ENOSPC - extent out of space" but it is very encrypted and conveys little information. I get this error when trying to write a file, fwrite(), on a Rabbit BL2120 borad using DC version 9.62. Thanks ------------------------------------


RCM3700 HTTP Client on DC9.62

Started by yasj...@ysmgroup.net in Rabbit-Semi12 years ago 12 replies

Hi there, The HTTP_Client libraries spoken of in the TCP/IP Vol. 2 are compatible with DC10.54 and up, unfortunately i'm stuck to DC9.62...

Hi there, The HTTP_Client libraries spoken of in the TCP/IP Vol. 2 are compatible with DC10.54 and up, unfortunately i'm stuck to DC9.62 because i'm working with a RCM3700. I need to solve a simple problem: every now and then i need to POST a xml-string to a certain server on a non-HTTP(80) port. I can't find any info on this though, can anyone help me on where to start looking? TIA Ya...


Basic I/O setup for RCM 3100

Started by mits in Rabbit-Semi13 years ago 4 replies

Hi, everyone. I am trying to setup Parallel Ports A and F of an RCM3100 as byte-wide input ports. I write their corresponding register's values...

Hi, everyone. I am trying to setup Parallel Ports A and F of an RCM3100 as byte-wide input ports. I write their corresponding register's values with WrPortI() function. Afterwards, I check with RdPortI() and find out that only the Shadow's value was updated. I tried applying a 3.6v input into any one of the pins of PA and PF, and only PF is correctly functioning as an input port. I verified ...


UDP response

Started by seecwriter in Rabbit-Semi13 years ago 3 replies

My app is responding a UDP datagram with a call to udp_sendto(). The first call always fails with error code -2. Which is "hardware address...

My app is responding a UDP datagram with a call to udp_sendto(). The first call always fails with error code -2. Which is "hardware address not resolved". Both the port and ip address are valid. However, the second time the app responds to the UDP datagram, it works. It always fails on the first time, then works thereafter. For some details: I stepped through the upd call. Calling ud...


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


The 2024 Embedded Online Conference