{"id":402,"date":"2026-05-06T14:33:46","date_gmt":"2026-05-06T14:33:46","guid":{"rendered":"https:\/\/aadhuniklabs.com\/casp-blog\/?p=402"},"modified":"2026-05-07T11:22:36","modified_gmt":"2026-05-07T11:22:36","slug":"data-exchange-between-vega-aries-and-host-pc","status":"publish","type":"post","link":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/","title":{"rendered":"Test Example-8c: Data Exchange between Vega Aries Eco and Host PC"},"content":{"rendered":"\n<p class=\"\">CASP User Data Input Output (UDIO) is a light weight communication protocol used to transfer data between the target (such as a micro-controller board or an SBC) and the host computer. Unlike CASP GPIO protocol, CASP UDIO transfers user data (bytes, integers and floats) instead of GPIO data. This example demonstrates how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Pre-Requisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Vega Aries Eco board with a USB cable.<\/li>\n\n\n\n<li class=\"\">CASP software is installed and functional.<\/li>\n\n\n\n<li class=\"\">Vega Aries BSP is installed.<\/li>\n\n\n\n<li class=\"\">The project files are located at CASP installed directory \u2018CASP\/support\/examples\/casp_udio_examples\/udio_led_control_aries_eco\u2019. These are also available for download at this <a href=\"https:\/\/aadhuniklabs.com\/casp\/casp_web_examples\/casp_udio_examples\/udio_led_control_aries_eco.zip\">link<\/a>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Model Details<\/h2>\n\n\n\n<p class=\"\">Two CASP projects are developed, one that runs on the target board and the other on host computer.<\/p>\n\n\n\n<p class=\"\">The target&nbsp;model:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Reads ADC pin value and transfer the value to the host as a UDI 32-bit integer data at byte index 0.<\/li>\n\n\n\n<li class=\"\">Controls the frequency of the on-board LED based on the frequency value received from host at byte index 0 as a UDO 32-bit floating point value.<\/li>\n\n\n\n<li class=\"\">Controls PWM pin based on the amplitude value received from the host at byte index 4 as a UDO 32-bit integer value.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"478\" height=\"261\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image001-5.jpg?fit=478%2C261&amp;ssl=1\" alt=\"\" class=\"wp-image-408\" srcset=\"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image001-5.jpg?w=478&amp;ssl=1 478w, https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image001-5.jpg?resize=300%2C164&amp;ssl=1 300w\" sizes=\"auto, (max-width: 478px) 100vw, 478px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"\">The host model:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Reads ADC value from the target as a UDI 32-bit integer data at byte index 0 and plots the trend.<\/li>\n\n\n\n<li class=\"\">Vary the frequency of the on-board LED by sending a 32-bit floating point value at byte index 0 of UDO.<\/li>\n\n\n\n<li class=\"\">Vary the PWM pin magnitude on the board&nbsp;by sending a 32-bit integer value at byte index 4 of UDO.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"404\" height=\"319\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image002-6.jpg?fit=404%2C319&amp;ssl=1\" alt=\"\" class=\"wp-image-410\" srcset=\"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image002-6.jpg?w=404&amp;ssl=1 404w, https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image002-6.jpg?resize=300%2C237&amp;ssl=1 300w\" sizes=\"auto, (max-width: 404px) 100vw, 404px\" \/><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Upload Target Model to Vega Aries Eco<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Ensure, the board is connected to the computer.<\/li>\n\n\n\n<li class=\"\">Run CASP and open the&nbsp;target project &#8216;CASP\/support\/examples\/casp_udio_examples\/udio_led_control_aries_eco\/control_led_udio_target_eco\/control_led_udio_target_eco.prj&#8217; from CASP installed directory.<\/li>\n\n\n\n<li class=\"\">Open \u2018Setup Simulation\u2019 window and change the \u2018Target Programmer Port\u2019 to which the board is connected.<\/li>\n\n\n\n<li class=\"\">Click Run button to program the board.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Run Native Model on Host Computer<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Ensure, the board is connected to the computer.<\/li>\n\n\n\n<li class=\"\">Run CASP and open the&nbsp;native project &#8216;CASP\/support\/examples\/casp_udio_examples\/udio_led_control_aries_eco\/control_led_udio_native_eco\/control_led_udio_native_eco.prj&#8217; from CASP installed directory.<\/li>\n\n\n\n<li class=\"\">Double click on the serial port block \u2018serial0\u2019 and set the serial port to which the board is connected.<\/li>\n\n\n\n<li class=\"\">Click Run button to start simulation. Simulation panel should show a plot similar to below figure.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"726\" height=\"280\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image003-9.jpg?fit=726%2C280&amp;ssl=1\" alt=\"\" class=\"wp-image-412\" srcset=\"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image003-9.jpg?w=726&amp;ssl=1 726w, https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/image003-9.jpg?resize=300%2C116&amp;ssl=1 300w\" sizes=\"auto, (max-width: 726px) 100vw, 726px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Related Links<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\"><a href=\"https:\/\/aadhuniklabs.com\/casp-blog\/installing-casp\/\" target=\"_blank\" rel=\"noreferrer noopener\">Installing CASP<\/a><\/li>\n\n\n\n<li class=\"\"><a href=\"https:\/\/aadhuniklabs.com\/casp-blog\/updating-casp\/\" target=\"_blank\" rel=\"noreferrer noopener\">Updating CASP<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CASP User Data Input Output (UDIO) is a light weight communication protocol used to transfer data between the target (such as a micro-controller board or an SBC) and the host&hellip;<\/p>\n","protected":false},"author":1,"featured_media":573,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_view_id":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[26,58],"tags":[59,66,40],"post_folder":[19],"class_list":["post-402","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-getting-started","category-test-examples","tag-getting-started","tag-udio","tag-vega-aries"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Data Exchange between Vega Aries Eco and Host PC<\/title>\n<meta name=\"description\" content=\"This example shows how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Exchange between Vega Aries Eco and Host PC\" \/>\n<meta property=\"og:description\" content=\"This example shows how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/\" \/>\n<meta property=\"og:site_name\" content=\"CASP Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-06T14:33:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-07T11:22:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1366\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"AadhunikLabs\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"AadhunikLabs\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/\"},\"author\":{\"name\":\"AadhunikLabs\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/#\\\/schema\\\/person\\\/4b27a4300337e4cc03b790befda00fe7\"},\"headline\":\"Test Example-8c: Data Exchange between Vega Aries Eco and Host PC\",\"datePublished\":\"2026-05-06T14:33:46+00:00\",\"dateModified\":\"2026-05-07T11:22:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/\"},\"wordCount\":442,\"image\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/aadhuniklabs.com\\\/casp-blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/test08c.jpg?fit=1366%2C768&ssl=1\",\"keywords\":[\"Getting Started\",\"UDIO\",\"Vega Aries\"],\"articleSection\":[\"Getting Started\",\"Test Examples\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/\",\"url\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/\",\"name\":\"Data Exchange between Vega Aries Eco and Host PC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/aadhuniklabs.com\\\/casp-blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/test08c.jpg?fit=1366%2C768&ssl=1\",\"datePublished\":\"2026-05-06T14:33:46+00:00\",\"dateModified\":\"2026-05-07T11:22:36+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/#\\\/schema\\\/person\\\/4b27a4300337e4cc03b790befda00fe7\"},\"description\":\"This example shows how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/aadhuniklabs.com\\\/casp-blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/test08c.jpg?fit=1366%2C768&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/aadhuniklabs.com\\\/casp-blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/test08c.jpg?fit=1366%2C768&ssl=1\",\"width\":1366,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/data-exchange-between-vega-aries-and-host-pc\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Test Example-8c: Data Exchange between Vega Aries Eco and Host PC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/#website\",\"url\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/\",\"name\":\"CASP Blog\",\"description\":\"Let&#039;s make for fun\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/#\\\/schema\\\/person\\\/4b27a4300337e4cc03b790befda00fe7\",\"name\":\"AadhunikLabs\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b348f13bedc8e57284f8f80aa91d9d3d76f31f93a663f5f5dd7cf3fdeb9a321c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b348f13bedc8e57284f8f80aa91d9d3d76f31f93a663f5f5dd7cf3fdeb9a321c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b348f13bedc8e57284f8f80aa91d9d3d76f31f93a663f5f5dd7cf3fdeb9a321c?s=96&d=mm&r=g\",\"caption\":\"AadhunikLabs\"},\"sameAs\":[\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\"],\"url\":\"https:\\\/\\\/aadhuniklabs.com\\\/casp-blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data Exchange between Vega Aries Eco and Host PC","description":"This example shows how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/","og_locale":"en_US","og_type":"article","og_title":"Data Exchange between Vega Aries Eco and Host PC","og_description":"This example shows how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.","og_url":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/","og_site_name":"CASP Blog","article_published_time":"2026-05-06T14:33:46+00:00","article_modified_time":"2026-05-07T11:22:36+00:00","og_image":[{"width":1366,"height":768,"url":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg","type":"image\/jpeg"}],"author":"AadhunikLabs","twitter_card":"summary_large_image","twitter_misc":{"Written by":"AadhunikLabs","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#article","isPartOf":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/"},"author":{"name":"AadhunikLabs","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/#\/schema\/person\/4b27a4300337e4cc03b790befda00fe7"},"headline":"Test Example-8c: Data Exchange between Vega Aries Eco and Host PC","datePublished":"2026-05-06T14:33:46+00:00","dateModified":"2026-05-07T11:22:36+00:00","mainEntityOfPage":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/"},"wordCount":442,"image":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg?fit=1366%2C768&ssl=1","keywords":["Getting Started","UDIO","Vega Aries"],"articleSection":["Getting Started","Test Examples"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/","url":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/","name":"Data Exchange between Vega Aries Eco and Host PC","isPartOf":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#primaryimage"},"image":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg?fit=1366%2C768&ssl=1","datePublished":"2026-05-06T14:33:46+00:00","dateModified":"2026-05-07T11:22:36+00:00","author":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/#\/schema\/person\/4b27a4300337e4cc03b790befda00fe7"},"description":"This example shows how to exchange data between Vega Aries Eco board and host PC using UDIO protocol through serial communication.","breadcrumb":{"@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#primaryimage","url":"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg?fit=1366%2C768&ssl=1","contentUrl":"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg?fit=1366%2C768&ssl=1","width":1366,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/data-exchange-between-vega-aries-and-host-pc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aadhuniklabs.com\/casp-blog\/"},{"@type":"ListItem","position":2,"name":"Test Example-8c: Data Exchange between Vega Aries Eco and Host PC"}]},{"@type":"WebSite","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/#website","url":"https:\/\/aadhuniklabs.com\/casp-blog\/","name":"CASP Blog","description":"Let&#039;s make for fun","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aadhuniklabs.com\/casp-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/aadhuniklabs.com\/casp-blog\/#\/schema\/person\/4b27a4300337e4cc03b790befda00fe7","name":"AadhunikLabs","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b348f13bedc8e57284f8f80aa91d9d3d76f31f93a663f5f5dd7cf3fdeb9a321c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b348f13bedc8e57284f8f80aa91d9d3d76f31f93a663f5f5dd7cf3fdeb9a321c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b348f13bedc8e57284f8f80aa91d9d3d76f31f93a663f5f5dd7cf3fdeb9a321c?s=96&d=mm&r=g","caption":"AadhunikLabs"},"sameAs":["https:\/\/aadhuniklabs.com\/casp-blog"],"url":"https:\/\/aadhuniklabs.com\/casp-blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/aadhuniklabs.com\/casp-blog\/wp-content\/uploads\/2026\/05\/test08c.jpg?fit=1366%2C768&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/posts\/402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/comments?post=402"}],"version-history":[{"count":8,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/posts\/402\/revisions"}],"predecessor-version":[{"id":625,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/posts\/402\/revisions\/625"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/media\/573"}],"wp:attachment":[{"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/media?parent=402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/categories?post=402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/tags?post=402"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/aadhuniklabs.com\/casp-blog\/wp-json\/wp\/v2\/post_folder?post=402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}