Hello World !! I am new in the group,I buy a TS 7260 !! In fist time I am making a simple program in C/C++ (input and output from DIO), 1.How to configure my...
Hi, I am having problems with the tsuart serial ports on a TS-7260 with the opt2ttlcom option, with kernel 2.4.26-ts9 (supplied with the board) and the default...
Hi, you can download samples, datasheets, etc. from the EmbeddedArm's site: http://www.embeddedarm.com/ and FTP: ftp://ftp.embeddedarm.com/ ... time I ... have...
Hi. I'm using picocom (simpler alternative to microcom) with a TS11 kernel (tsuart not as a module), and everything works fine in all three extra COMs. You can...
I am having trouble getting the modem board to turn on. I have jumper 5 installed, but the light never turns on. Also, no matter which com port I set it to,...
... Besides Technologics example code, I have a few example programs at http://www.comp.leeds.ac.uk/jj/linux/arm-sbc.html Try the files section of this yahoo...
... At the risk of slightly labouring the point (this has been covered before), and with it being unlikely this is your root issue, you're missing the O_SYNC...
Hello, ... This is normal this is the driver telling you the baud rate has been changed to 9600. ... How are you testing if anything is being transmitted? ... ...
Hi, First of all I am very new to linux. I learned a lot of things from the forum but I coulnd find : After I pluged a USB device (I use a LCD with USB...
HI There, Thanks for the rapid and helpfull suggestions! I have solved my problem after verifying with a loopback that the CPU was fine, rather, it was my...
... Good news: A solution has been found. I have been trying for over a month to piece together the puzzle of why the 2.4 kernel cannot reliably run pl2303...
... The TS-Linux uses devfs. The device names for USB serial ports (which this would be if you expect the name to be ttyUSB0) will be: /dev/usb/tts/0 You have...
Hi I thought of writing to you since we are having a very ground level problem with the opt2ttlcom. I thought I'd ask you cos u've said that you have ordered...
We've got the opt2ttlcom option ourselves too. It's implemented in the board's CPLD (i.e., glue logic), so it is a *hardware* implementation. Linux drivers...
Hi, I am trying to use the rs-485 option on com2 of my ts-7200. I have checked that the option is installed at 0x2240_0000. I also can change the COM2 mode...
All, Is there a way to perform 4x quadrature counting using the TS-7x00 XDIO interfaces? It seems that the XDIO quad counter is only a 1x quad counter. We are...
Hi Ira, I'm using the quadrature for monitoring multiple servo drives. For our application we're soon to be getting Technologic Systems to create a custom FPGA...
PJE, Thanks for the info. I'd be really curious about using the x4 counting, I'd be interested in learning how one would modify the FPGA to accomodate this. ...
... Also download the modbus library from my website: <http://www.seiner.com/ts7000/index.php/Modbus_and_Serial_Comm> That has a full working implementation...
Ira, My program is currently running in user space, and as the intention is to heve custom FPGA module, I've simply cross-referenced the velocity output from...
Hi, as a newbie ive been trying my TS-7200 using cygwin on my pc to compile helloworld ok. Ive got the Video card too and would like to make some use of it but...
Hi, I'm just assuming that the size of an unsigned short is _not_ one byte on your board. It's most likely 2. If so, you should insert sizeof(unsigned short)...
Christopher Friedt
cfriedt@...
Aug 4, 2006 12:39 pm
3338
Hi, thanks - i belive the short is 2bytes in this case the reason being the TS-7KV video board has 16 bits per pixel with a 640x480 display so either; ...
I've chasing a busybox init hanging issue for a while... Occassionally the busybox init will just hang at "Freeing init memory'. On my last rebuild, it...
Hello, ... It looks like you are using the wrong address, try using 0x21800000. There is a program that paints all shades of red, green and blue to video...