communication between dspic33ep512mu810 and ftdi vnc1l device
Posted: Fri Dec 29, 2017 12:59 am
All good friends?
I'm trying to communicate a dspic33ep with a ftdi vnc1l.
I know he accepts communications via spi and uart.
But I can not even a type of communication. Just via hyperteminal with my pc. I know that after each command of your table it needs a carrige return.
My intention was to do tests for a possible datalogger. I am sending you an attached document but this is in Portuguese.
Someone could give me some help.
Which uart pins can I choose? Is the PPS feature active in flowcode?
""SCS <cr> 10 0D Switches to the short command set.
ECS <cr> 11 0D Switches to the extended command set.
IPA <cr> 90 0D Configures the command monitor to work with values in ASCII.
IPH <cr> 91 0D Sets the command monitor to work with binary (Hexadecimal) values.
SBD divider <cr> 14 20 divider 0D Switches the baud rate from the command monitor.
FWV <cr> 13 0D Displays the firmware version VNC1L.
E <cr> 45 0D Echoes the character 'E' for synchronizing effect. That is, returns E <cr>.
and <cr> 65 0D Echoes the character 'e' for synchronizing effect. That is, returns and <cr>.
DIR <cr> 01 0D Shows the file names in the current directory (folder).
DIR File_name <cr> 01 20 File_name 0D Shows the file size specified in File_Name in 4 bytes.
CD Folder_name <cr> 02 20 Folder_name 0D Changes the current directory (folder).
CD .. <cr> 02 20 2E 2E 0D Returns a level above the current directory (folder).
RD Array_name <cr> 04 20 Array_name 0D Reads the entire contents of a file.
DLD Folder_name <cr> 05 20 Folder_name 0D Deletes a directory (folder).
MKD Folder_name <cr> 06 20 Folder_name 0D Creates a directory (folder).
MKD FolderName DateHora <cr> 06 20 FolderName DateTime 0D Creates a directory (folder) and specifies the date and time of creation.
DLF Array_name <cr> 07 20 Array_name 0D Deletes a file.
Thankful;
Ricardo.
I'm trying to communicate a dspic33ep with a ftdi vnc1l.
I know he accepts communications via spi and uart.
But I can not even a type of communication. Just via hyperteminal with my pc. I know that after each command of your table it needs a carrige return.
My intention was to do tests for a possible datalogger. I am sending you an attached document but this is in Portuguese.
Someone could give me some help.
Which uart pins can I choose? Is the PPS feature active in flowcode?
""SCS <cr> 10 0D Switches to the short command set.
ECS <cr> 11 0D Switches to the extended command set.
IPA <cr> 90 0D Configures the command monitor to work with values in ASCII.
IPH <cr> 91 0D Sets the command monitor to work with binary (Hexadecimal) values.
SBD divider <cr> 14 20 divider 0D Switches the baud rate from the command monitor.
FWV <cr> 13 0D Displays the firmware version VNC1L.
E <cr> 45 0D Echoes the character 'E' for synchronizing effect. That is, returns E <cr>.
and <cr> 65 0D Echoes the character 'e' for synchronizing effect. That is, returns and <cr>.
DIR <cr> 01 0D Shows the file names in the current directory (folder).
DIR File_name <cr> 01 20 File_name 0D Shows the file size specified in File_Name in 4 bytes.
CD Folder_name <cr> 02 20 Folder_name 0D Changes the current directory (folder).
CD .. <cr> 02 20 2E 2E 0D Returns a level above the current directory (folder).
RD Array_name <cr> 04 20 Array_name 0D Reads the entire contents of a file.
DLD Folder_name <cr> 05 20 Folder_name 0D Deletes a directory (folder).
MKD Folder_name <cr> 06 20 Folder_name 0D Creates a directory (folder).
MKD FolderName DateHora <cr> 06 20 FolderName DateTime 0D Creates a directory (folder) and specifies the date and time of creation.
DLF Array_name <cr> 07 20 Array_name 0D Deletes a file.
Thankful;
Ricardo.