Vinculum VNC1L Controller problems with WRF
darkstar
Posts: 2
Hello,
I use the VDIP1-module with the VNC1L Controller device. Then i've reflash the firmware v3_62, with:
- 9600 Baud, 8bits, 1 Stopbit, no Parity, no flow control
- ECS, IPH
All commands that i've send them over the RS232 interface are working.
My problem now is that when I try to write into a File some Data that are longer then 15 Bytes, it will not work.
Here my working Example(15 Bytes):
Here my not working Example(16 Bytes):
I hope you have any Ideas what's going wrong here.
I use the VDIP1-module with the VNC1L Controller device. Then i've reflash the firmware v3_62, with:
- 9600 Baud, 8bits, 1 Stopbit, no Parity, no flow control
- ECS, IPH
All commands that i've send them over the RS232 interface are working.
My problem now is that when I try to write into a File some Data that are longer then 15 Bytes, it will not work.
Here my working Example(15 Bytes):
49 50 41 0D // IPA 4F 50 57 20 74 65 73 74 2E 74 78 74 0D // OPW test.txt 57 52 46 20 0F 0D // WRF 15 32 6C 6F 63 6F 20 70 61 72 65 6E 74 65 73 21 // Write Data 15 Bytes 43 4C 46 20 74 65 73 74 2E 74 78 74 0D // CLF test.txt
Here my not working Example(16 Bytes):
49 50 41 0D // IPA 4F 50 57 20 74 65 73 74 2E 74 78 74 0D // OPW test.txt 57 52 46 20 10 0D // WRF 16 31 32 6C 6F 63 6F 20 70 61 72 65 6E 74 65 73 21 // Write Data 16 Bytes 43 4C 46 20 74 65 73 74 2E 74 78 74 0D // CLF test.txt
I hope you have any Ideas what's going wrong here.
Comments
Post Edited (tekochip) : 4/16/2008 1:29:05 PM GMT
it works now