Customer Stories
Blog
How to Buy
Contact Us
About Digi
Leadership
Locations
Awards
Export Policy
Environment
Careers
Investor Relations
IoT Products and Services
Embedded Systems
Connect your devices with versatile modules and powerful single-board computers designed for rapid deployment and scalability.
Digi XBee Ecosystem
Digi XBee RF Modules
Digi XBee Cellular Modems
Digi XBee Gateways
Digi XBee Tools
System-on-Modules
Single Board Computers
IoT Development Kits
Networking Systems
Maintain a constant flow of data between your devices with secure cellular routers and gateways built for networks of various speeds and sizes.
Cellular Routers
Gateways
Infrastructure Management
Console Servers
Serial Connectivity
USB Connectivity
IoT Software and Services
IoT applications and world-class expertise to help you build and maintain secure projects for the Internet of Things.
Digi Remote Manager
Professional Services
Managed Connectivity Services
Implementation Services
Application Development
Wireless Design Services
TrustFence Security Framework
Featured
5G
FirstNet
Private LTE/CBRS
Zigbee
USB Over IP/AnywhereUSB
XCTU
Digi TrustFence
/
Built-in security framework for the IoT
SmartSense
Solutions
Solutions by Application
Contact Tracing
Public Transit
Traffic Management
Remote Worker
Kiosks and Digital Signage
Branch Networking
Positive Train Control (PTC)
More Applications
Solutions by Technology
The Journey to 5G
Cellular Failover
Edge Computing
FirstNet
Private LTE Based on CBRS
SD-WAN
Out-of-Band Management
Zigbee Wireless Mesh Networking
More Technologies
Solutions by Industry
Energy
Smart Cities
Medical
Industrial
Retail
Transportation
Resources
Resource Library
Webinars
Videos
White Papers
Datasheets
Examples and Guides
Project Gallery
More Resources
Recent News
Press Releases
News Coverage
Events
Security Center
Certifications
Support
Professional Services
Managed Connectivity Services
Implementation Services
Application Development
Support Forum
Product Returns (RMA)
Warranty Registration
Expert Support Login
Knowledge Base
Drivers
Firmware Updates
Documentation
Diagnostics, Utilities & MIBS
Embedded Patches
Sample Applications
Search
Remember
Register
Home
/
Support
/
Support Forum
/
FIM application development
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(354)
Python
(972)
RF Solutions and XBee
(8,050)
Digi TransPort
(733)
Digi Connect Cellular
(418)
DAL
(2)
Embedded Devices
(4,067)
Android
(42)
NET+OS
(2,421)
Linux
(903)
Windows CE
(85)
Plug N' Play
(462)
Rabbit
(3,148)
Console Servers
(340)
Modbus and Industrial Automation
(235)
Realport
(581)
Serial Servers
(807)
Satellite Modules
(24)
USB
(1,223)
Serial Cards
(714)
ConnectPort Display
(54)
Feedback/Wish List
(87)
Other/Legacy
(338)
FIM application development
0
votes
I am looking at the Digi Connect ME 9210 as the heart of a device that also includes the ability to drive a DMX interface. DMX is a serial protocol running at 250 kbps. It transmits 513 byte frames repeatedly with an extended break condition at the beginning of each frame.
The serial interface on the 9210 would be used for a different purpose and would not be available for DMX.
I am trying to understand if I could use a FIM for this purpose under one of two conditions.
1. Somehow use the serial port profile for a FIM to transmit data at this rate.
2. Develop custom firmware for a FIM for this application. I am very experienced developing PIC firmware.
In addition it would be ideal to use a DMA engine to transfer data from a main memory buffer to the FIM in order to reduce the load on the 9210 ARM processor.
I have looked around on the website and I cannot find any documentation about the FIMs. Is it possible to get documentation? Is my application feasible with the 9210?
Thanks, Dan
fim
asked
Jul 23, 2009
in
NET+OS
by
danjulio
New to the Community
(
1
point)
recategorized
Dec 18, 2013
by
tuxembb
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
4 Answers
0
votes
Are you using the Digi plug-and-play firmware, NET+OS, or Linux?
In NET+OS and Linux you could set up the available FIM on the Digi Connect ME 9210 as an additional UART, so you have two UARTs available (one SoC, one FIM).
answered
Jul 23, 2009
by
miker
New to the Community
(
38
points)
Please
log in
or
register
to add a comment.
0
votes
Thanks for the response Mike. I am undecided between NET+OS and Linux although tending to Linux because of some previous experience with embedded linux platforms.
It would be great to use the FIM as a UART. I am unsure how I could a) create the break condition at the beginning of each frame (~92 uSec) followed by a ~12 uSec Mark and b) DMA data to the UART from main memory.
Is there documentation available? NDA is not a problem.
answered
Jul 23, 2009
by
danjulio
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
0
votes
The documentation is part of the development kits.
I suggest you get in touch with Digi's tech support team to discuss details (directly referring to this forum thread), which could include involving one of our FAEs to discuss the best design approach. I already provided an internal heads-up.
Below the link to contact tech support:
http://www.digi.com/support/eservice/login.jsp
answered
Jul 23, 2009
by
miker
New to the Community
(
38
points)
Please
log in
or
register
to add a comment.
0
votes
I don't have any background on the Linux platforms, but if you are interested in NET+OS, I did come across a white paper explaining FIM interfaces that may provide some insight. Take a look at the attachment.
answered
Aug 19, 2009
by
sbrown
New to the Community
(
48
points)
Please
log in
or
register
to add a comment.
...